BSD 3 development
[unix-history] / usr / src / cmd / mip / manifest
index ecc14a2..b5e02c7 100644 (file)
 
 /*     table sizes     */
 
 
 /*     table sizes     */
 
-# 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 100 /* size of the parameter stack */
+# define BCSZ 200 /* size of the table to save break and continue labels */
+# define SYMTSZ 1300 /* size of the symbol table(originally 450) */
+# define DIMTABSZ 1500 /* size of the dimension/size table (was 750) */
+# define PARAMSZ 200 /* size of the parameter stack */
 # ifndef FORT
 # ifndef FORT
-# define TREESZ 350 /* space for building parse tree */
+# define TREESZ 700 /* space for building parse tree */
 # else
 # define TREESZ 1000
 # endif
 # else
 # define TREESZ 1000
 # endif
-# define SWITSZ 250 /* size of switch table */
+# define SWITSZ 500 /* size of switch table */
 
 # define NCHNAM 8  /* number of characters in a name */
 
 
 # define NCHNAM 8  /* number of characters in a name */