1 #undef YYBTYACC 2 #define YYBTYACC 0 3 #define YYDEBUGSTR YYPREFIX "debug" 4 typedef int YYINT; 5 const YYINT error_lhs[] = { -1, 6 0, 7 }; 8 const YYINT error_len[] = { 2, 9 1, 10 }; 11 const YYINT error_defred[] = { 0, 12 1, 0, 13 }; 14 #if defined(YYDESTRUCT_CALL) || defined(YYSTYPE_TOSTRING) 15 const YYINT error_stos[] = { 0, 16 256, 258, 17 }; 18 #endif /* YYDESTRUCT_CALL || YYSTYPE_TOSTRING */ 19 const YYINT error_dgoto[] = { 2, 20 }; 21 const YYINT error_sindex[] = { -256, 22 0, 0, 23 }; 24 const YYINT error_rindex[] = { 0, 25 0, 0, 26 }; 27 #if YYBTYACC 28 const YYINT error_cindex[] = { 0, 29 0, 0, 30 }; 31 #endif 32 const YYINT error_gindex[] = { 0, 33 }; 34 const YYINT error_table[] = { 1, 35 }; 36 const YYINT error_check[] = { 256, 37 }; 38 #if YYBTYACC 39 const YYINT error_ctable[] = { -1, 40 }; 41 #endif 42 #ifndef YYDEBUG 43 #define YYDEBUG 0 44 #endif 45 #if YYDEBUG 46 const char *const error_name[] = { 47 48 "$end",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 49 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 50 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 51 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 52 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 53 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 54 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"error","$accept","S","illegal-symbol", 55 }; 56 const char *const error_rule[] = { 57 "$accept : S", 58 "S : error", 59 60 }; 61 #endif 62