ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/mdParser/MDParser.hpp
(Generate patch)

Comparing trunk/src/mdParser/MDParser.hpp (file contents):
Revision 1277 by gezelter, Mon Jul 14 12:35:58 2008 UTC vs.
Revision 1360 by cli2, Mon Sep 7 16:31:51 2009 UTC

# Line 2 | Line 2
2   #define INC_MDParser_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.7 (20080702): "MDParser.g" -> "MDParser.hpp"$ */
5 > /* $ANTLR 2.7.7 (20090623): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 50 | Line 50 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
50          public: void componentblock();
51          public: void moleculeblock();
52          public: void zconstraintblock();
53 +        public: void restraintblock();
54          public: void constant();
55          protected: void intConst();
56          protected: void floatConst();
# Line 84 | Line 85 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
85   private:
86          static const char* tokenNames[];
87   #ifndef NO_STATIC_CONSTS
88 <        static const int NUM_TOKENS = 53;
88 >        static const int NUM_TOKENS = 54;
89   #else
90          enum {
91 <                NUM_TOKENS = 53
91 >                NUM_TOKENS = 54
92          };
93   #endif
94          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines