--- trunk/src/mdParser/MDTreeParser.hpp 2005/12/02 15:38:03 770 +++ trunk/src/mdParser/MDTreeParser.hpp 2005/12/14 18:02:28 810 @@ -91,10 +91,10 @@ class CUSTOM_API MDTreeParser : public ANTLR_USE_NAMES private: static const char* tokenNames[]; #ifndef NO_STATIC_CONSTS - static const int NUM_TOKENS = 56; + static const int NUM_TOKENS = 55; #else enum { - NUM_TOKENS = 56 + NUM_TOKENS = 55 }; #endif @@ -102,8 +102,6 @@ class CUSTOM_API MDTreeParser : public ANTLR_USE_NAMES static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_0; static const unsigned long _tokenSet_1_data_[]; static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_1; - static const unsigned long _tokenSet_2_data_[]; - static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_2; }; #endif /*INC_MDTreeParser_hpp_*/