|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1990 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Description of parsing action and goto tables. ! 8: */ ! 9: ! 10: #ifndef __ACTION_H__ ! 11: #define __ACTION_H__ ! 12: ! 13: #define YYACTSH 13 ! 14: #define YYAMASK 017777 ! 15: #define YYSHIFTACT 0 ! 16: #define YYREDACT 1 ! 17: #define YYACCEPTACT 2 ! 18: #define YYERRACT 3 ! 19: #define YYGOTO 4 ! 20: #define YYPACTION 5 ! 21: #define YYEOFVAL (-1) ! 22: #define YYERRVAL (-2) ! 23: #define YYOTHERS (-1000) ! 24: ! 25: struct actn ! 26: { ! 27: unsigned a_no; ! 28: int a_chr; ! 29: }; ! 30: ! 31: struct go2n ! 32: { ! 33: int from; /* From action */ ! 34: int to; /* To action */ ! 35: }; ! 36: ! 37: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.