|
|
1.1 ! root 1: #ifdef TranStats ! 2: #define FirstTok CSETLIT ! 3: #define LastYacc UNIONASGN ! 4: #define REPALT LastYacc+1 ! 5: #define CCLS LastYacc+2 ! 6: #define EMPTY LastYacc+3 ! 7: #define INVOKE LastYacc+4 ! 8: #define KEYWORD LastYacc+5 ! 9: #define LIST LastYacc+6 ! 10: #define SECTION LastYacc+7 ! 11: #define COMPOUND LastYacc+8 ! 12: #define UDOT LastYacc+9 ! 13: #define UBACK LastYacc+10 ! 14: #define UCARET LastYacc+11 ! 15: #define UPLUS LastYacc+12 ! 16: #define UEQUAL LastYacc+13 ! 17: #define UMINUS LastYacc+14 ! 18: #define USTAR LastYacc+15 ! 19: #define UQUES LastYacc+16 ! 20: #define USLASH LastYacc+17 ! 21: #define LastTok USLASH ! 22: #define TokSize LastTok-FirstTok ! 23: ! 24: /* extern int TokCount[]; */ ! 25: ! 26: #define TokInc(x) TokCount[x-FirstTok]++ ! 27: #define TokDec(x) TokCount[x-FirstTok]-- ! 28: #else TranStats ! 29: #define TokInc(x) ! 30: #define TokDec(x) ! 31: #endif TranStats
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.