xref: /csrg-svn/old/yacc/files (revision 37812)
110931Srrh/*
2*37812Sbostic *	@(#)files	4.2	(Berkeley)	89/05/10
310931Srrh */
410931Srrh	/* this file has the location of the parser, and the size of the progam desired */
510931Srrh	/* It may also contain definitions to override various defaults: for example,
610931Srrh	/* WORD32 tells yacc that there are at least 32 bits per int */
710931Srrh	/* on some systems, notably IBM, the names for the output files and tempfiles must
810931Srrh	/* also be changed  */
910931Srrh
1010931Srrh#ifndef WORD32
1110931Srrh#define WORD32
1210931Srrh#endif
1310931Srrh
1410931Srrh	/* basic size of the Yacc implementation */
1510931Srrh# define HUGE
16