From: Robert R. Henry Date: Sat, 12 Feb 1983 07:24:53 +0000 (-0800) Subject: date and time created 83/02/11 15:24:53 by rrh X-Git-Tag: BSD-4_1c_2-Snapshot-Development~532 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/59b1afc599b3d4ef398d7b5c8e3e14d4845d3e98 date and time created 83/02/11 15:24:53 by rrh SCCS-vsn: old/yacc/files 4.1 --- 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