eyacc moves; strip on install
[unix-history] / usr / src / usr.bin / pascal / pxp / 0.h
index 3031687..1e022bc 100644 (file)
@@ -1,5 +1,11 @@
-/* static      char *sccsid = "@(#)0.h 2.2 (Berkeley) %G%";*/
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)0.h 5.1 (Berkeley) %G%
+ */
+
 /* #define DEBUG */
 #define        CHAR
 #define        STATIC
 /* #define DEBUG */
 #define        CHAR
 #define        STATIC
@@ -127,7 +133,7 @@ int optstk[26];
  */
 
 #define        STRINC  1024            /* string space increment */
  */
 
 #define        STRINC  1024            /* string space increment */
-#define        TRINC   512             /* tree space increment */
+#define        TRINC   1024            /* tree space increment */
 #define        HASHINC 509             /* hash table size in words, each increment */
 
 /*
 #define        HASHINC 509             /* hash table size in words, each increment */
 
 /*
@@ -158,7 +164,7 @@ int optstk[26];
 #define TABLE_MULTIPLIER       1
 #endif ADDR16
 #define        MAXHASH (4 * TABLE_MULTIPLIER)
 #define TABLE_MULTIPLIER       1
 #endif ADDR16
 #define        MAXHASH (4 * TABLE_MULTIPLIER)
-#define        MAXTREE (30 * TABLE_MULTIPLIER)
+#define        MAXTREE (40 * TABLE_MULTIPLIER)
 /*
  * MAXDEPTH is the depth of the parse stack.
  * STACK_MULTIPLIER is for increasing its size.
 /*
  * MAXDEPTH is the depth of the parse stack.
  * STACK_MULTIPLIER is for increasing its size.