--- trunk/src/mdParser/MDParser.hpp 2012/08/22 02:28:28 1782 +++ trunk/src/mdParser/MDParser.hpp 2013/07/16 17:16:45 1902 @@ -2,7 +2,7 @@ #define INC_MDParser_hpp_ #include -/* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */ +/* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */ #include #include #include "MDTokenTypes.hpp" @@ -89,10 +89,10 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE private: static const char* tokenNames[]; #ifndef NO_STATIC_CONSTS - static const int NUM_TOKENS = 57; + static const int NUM_TOKENS = 58; #else enum { - NUM_TOKENS = 57 + NUM_TOKENS = 58 }; #endif @@ -128,6 +128,8 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; static const unsigned long _tokenSet_15_data_[]; static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; + static const unsigned long _tokenSet_16_data_[]; + static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16; }; #endif /*INC_MDParser_hpp_*/