home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / yacc / files < prev    next >
Encoding:
Text File  |  1979-01-10  |  474 b   |  12 lines

  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
  12.