From f2324f68f8e9ccfdeed21ac251172cb1f052e80c Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Mon, 4 Apr 1983 17:39:27 -0800 Subject: [PATCH] raise constants for ada compiler SCCS-vsn: old/pcc/mip/mfile1 4.2 --- usr/src/old/pcc/mip/mfile1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/old/pcc/mip/mfile1 b/usr/src/old/pcc/mip/mfile1 index 5d724f5759..387e39c56b 100644 --- a/usr/src/old/pcc/mip/mfile1 +++ b/usr/src/old/pcc/mip/mfile1 @@ -258,9 +258,9 @@ char *exname(), *exdcon(); # endif # define BCSZ 100 /* size of the table to save break and continue labels */ -# define SYMTSZ 1300 /* size of the symbol table (was 500) */ -# define DIMTABSZ 2000 /* size of the dimension/size table (was 800) */ -# define PARAMSZ 150 /* size of the parameter stack */ +# define SYMTSZ 3000 /* size of the symbol table (was 500) */ +# define DIMTABSZ 4200 /* size of the dimension/size table (was 800) */ +# define PARAMSZ 300 /* size of the parameter stack */ # define SWITSZ 500 /* size of switch table */ /* special interfaces for yacc alone */ /* These serve as abbreviations of 2 or more ops: -- 2.20.1