Mercurial > hg > Members > nobuyasu > myCompiler
diff Bison-Flex/Compiler-StackBase/UTF8/script-parser.hh @ 6:86c0a38332fe
update
author | nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 May 2011 18:26:00 +0900 |
parents | caede627f691 |
children |
line wrap: on
line diff
--- a/Bison-Flex/Compiler-StackBase/UTF8/script-parser.hh Tue May 17 12:45:07 2011 +0900 +++ b/Bison-Flex/Compiler-StackBase/UTF8/script-parser.hh Tue May 17 18:26:00 2011 +0900 @@ -172,8 +172,10 @@ TK_INTEGER = 283, TK_STRING = 284, TK_VOID = 285, - TK_CODE = 286, - NEG = 287 + TK_GOTO = 286, + TK_CODE = 287, + TK_EXIT = 288, + NEG = 289 }; }; @@ -250,7 +252,7 @@ /* Tables. */ /// For a state, the index in \a yytable_ of its portion. static const short int yypact_[]; - static const signed char yypact_ninf_; + static const short int yypact_ninf_; /// For a state, default rule to reduce. /// Unless\a yytable_ specifies something else to do.