1: /*
   2:  *	@(#)files	4.1.1	(2.11BSD)	1996/10/24
   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: /*
  11:  * #ifndef WORD32
  12:  * #define WORD32
  13:  * #endif
  14:  */
  15:     /* location of the parser text file */
  16: # define PARSER "/usr/share/misc/yaccpar"
  17: 
  18:     /* basic size of the Yacc implementation */
  19: /* # define HUGE */
  20: #define MEDIUM

Defined macros

MEDIUM defined in line 20; used 1 times
PARSER defined in line 16; used 2 times

Usage of this include

files used 1 times
Last modified: 1996-10-24
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1468
Valid CSS Valid XHTML 1.0 Strict