Research V7 development
[unix-history] / usr / src / cmd / yacc / files
CommitLineData
f8bd8444
SJ
1 /* this file has the location of the parser, and the size of the progam desired */
2 /* It may also contain definitions to override various defaults: for example,
3 /* WORD32 tells yacc that there are at least 32 bits per int */
4 /* on some systems, notably IBM, the names for the output files and tempfiles must
5 /* also be changed */
6
7 /* location of the parser text file */
8# define PARSER "/usr/lib/yaccpar"
9
10 /* basic size of the Yacc implementation */
11# define MEDIUM