Bell 32V development
[unix-history] / usr / src / cmd / yacc / files
CommitLineData
ad80c2cb
TL
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#define WORD32
8 /* location of the parser text file */
9# define PARSER "/usr/lib/yaccpar"
10
11 /* basic size of the Yacc implementation */
12# define MEDIUM