get rid of unmatched quote so ANSI cpp doesn't barf
[unix-history] / usr / src / old / yacc / files
CommitLineData
59b1afc5 1/*
dc0e9d50 2 * @(#)files 4.2 (Berkeley) 89/05/10
59b1afc5
RH
3 */
4 /* this file has the location of the parser, and the size of the progam desired */
5 /* It may also contain definitions to override various defaults: for example,
6 /* WORD32 tells yacc that there are at least 32 bits per int */
7 /* on some systems, notably IBM, the names for the output files and tempfiles must
8 /* also be changed */
9
10#ifndef WORD32
11#define WORD32
12#endif
59b1afc5
RH
13
14 /* basic size of the Yacc implementation */
15# define HUGE