Annotation of researchv10no/cmd/yacc/files, revision 1.1

1.1     ! root        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: #ifndef WORD32
        !             8: #define WORD32
        !             9: #endif
        !            10:        /* location of the parser text file */
        !            11: # define PARSER "/usr/lib/yaccpar"
        !            12: 
        !            13:        /* basic size of the Yacc implementation */
        !            14: # define HUGE

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.