From e1904a78bd5ab14db61d0eb049a10c2d2318faeb Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 8 Aug 2016 21:08:55 +0200 Subject: [PATCH] numparam, use NESTINGDEPTH for the nupa dico stack too --- src/frontend/numparam/xpressn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/numparam/xpressn.c b/src/frontend/numparam/xpressn.c index d20955006..2cd4b3183 100644 --- a/src/frontend/numparam/xpressn.c +++ b/src/frontend/numparam/xpressn.c @@ -243,7 +243,7 @@ message(dico_t *dico, const char *fmt, ...) void initdico(dico_t *dico) { - int asize = 10; /* default allocation depth of the synbol stack */ + int asize = NESTINGDEPTH; /* default allocation depth of the synbol stack */ COMPATMODE_T compat_mode; spice_dstring_init(&(dico->option));