--- trunk/src/mdParser/MDParser.hpp 2008/07/14 12:35:58 1277 +++ trunk/src/mdParser/MDParser.hpp 2009/09/07 16:31:51 1360 @@ -2,7 +2,7 @@ #define INC_MDParser_hpp_ #include -/* $ANTLR 2.7.7 (20080702): "MDParser.g" -> "MDParser.hpp"$ */ +/* $ANTLR 2.7.7 (20090623): "MDParser.g" -> "MDParser.hpp"$ */ #include #include #include "MDTokenTypes.hpp" @@ -50,6 +50,7 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE public: void componentblock(); public: void moleculeblock(); public: void zconstraintblock(); + public: void restraintblock(); public: void constant(); protected: void intConst(); protected: void floatConst(); @@ -84,10 +85,10 @@ class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE private: static const char* tokenNames[]; #ifndef NO_STATIC_CONSTS - static const int NUM_TOKENS = 53; + static const int NUM_TOKENS = 54; #else enum { - NUM_TOKENS = 53 + NUM_TOKENS = 54 }; #endif