|
|
1.1 ! root 1: #ident "@(#)/usr/src/cmd/yacc/files 1.6 6/11/85 14:15:43 - Amdahl/UTS" ! 2: #ident "@(#)/usr/src/cmd/yacc/files 1.6 6/11/85 14:15:43 - Amdahl/UTS" ! 3: /* @(#)files 1.2 */ ! 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: #ifdef vax ! 8: # define WORD32 ! 9: #endif ! 10: #ifdef UTS ! 11: # define WORD32 ! 12: #endif ! 13: #ifdef u3b ! 14: # define WORD32 ! 15: #endif ! 16: /* on some systems, notably IBM, the names for the output files and tempfiles must ! 17: /* also be changed */ ! 18: ! 19: /* location of the parser text file */ ! 20: # define PARSER "/usr/lib/yaccpar" ! 21: ! 22: /* basic size of the Yacc implementation */ ! 23: #ifdef WORD32 ! 24: # define HUGE ! 25: #else ! 26: # define MEDIUM ! 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.