Bell 32V development
[unix-history] / usr / src / cmd / mip / manifest
index 7711a29..ecc14a2 100644 (file)
 # define BCSZ 100 /* size of the table to save break and continue labels */
 # define SYMTSZ 450 /* size of the symbol table */
 # define DIMTABSZ 750 /* size of the dimension/size table */
 # define BCSZ 100 /* size of the table to save break and continue labels */
 # define SYMTSZ 450 /* size of the symbol table */
 # define DIMTABSZ 750 /* size of the dimension/size table */
-# define PARAMSZ 150 /* size of the parameter stack */
+# define PARAMSZ 100 /* size of the parameter stack */
 # ifndef FORT
 # define TREESZ 350 /* space for building parse tree */
 # else
 # ifndef FORT
 # define TREESZ 350 /* space for building parse tree */
 # else