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

Defined macros

MEDIUM defined in line 11; used 1 times
PARSER defined in line 8; used 2 times

Usage of this include

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