date and time created 83/02/11 15:24:53 by rrh
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:24:53 +0000 (23:24 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Sat, 12 Feb 1983 07:24:53 +0000 (23:24 -0800)
SCCS-vsn: old/yacc/files 4.1

usr/src/old/yacc/files [new file with mode: 0644]

diff --git a/usr/src/old/yacc/files b/usr/src/old/yacc/files
new file mode 100644 (file)
index 0000000..a5641ef
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ *     @(#)files       4.1     (Berkeley)      83/02/11
+ */
+       /* this file has the location of the parser, and the size of the progam desired */
+       /* It may also contain definitions to override various defaults: for example,
+       /* WORD32 tells yacc that there are at least 32 bits per int */
+       /* on some systems, notably IBM, the names for the output files and tempfiles must
+       /* also be changed  */
+
+#ifndef WORD32
+#define WORD32
+#endif
+       /* location of the parser text file */
+# define PARSER "/usr/lib/yaccpar"
+
+       /* basic size of the Yacc implementation */
+# define HUGE