numparam, use NESTINGDEPTH for the nupa dico stack too

This commit is contained in:
h_vogt 2016-08-08 21:08:55 +02:00 committed by rlar
parent 862df7fadb
commit 31889516e5
1 changed files with 1 additions and 1 deletions

View File

@ -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));