From 59b1afc599b3d4ef398d7b5c8e3e14d4845d3e98 Mon Sep 17 00:00:00 2001 From: "Robert R. Henry" Date: Fri, 11 Feb 1983 23:24:53 -0800 Subject: [PATCH] date and time created 83/02/11 15:24:53 by rrh SCCS-vsn: old/yacc/files 4.1 --- usr/src/old/yacc/files | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 usr/src/old/yacc/files diff --git a/usr/src/old/yacc/files b/usr/src/old/yacc/files new file mode 100644 index 0000000000..a5641ef54d --- /dev/null +++ b/usr/src/old/yacc/files @@ -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 -- 2.20.1