numparam, use NESTINGDEPTH for the nupa dico stack too
This commit is contained in:
parent
6663da9bda
commit
e1904a78bd
|
|
@ -243,7 +243,7 @@ message(dico_t *dico, const char *fmt, ...)
|
||||||
void
|
void
|
||||||
initdico(dico_t *dico)
|
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;
|
COMPATMODE_T compat_mode;
|
||||||
|
|
||||||
spice_dstring_init(&(dico->option));
|
spice_dstring_init(&(dico->option));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue