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

Comparing trunk/src/mdParser/MDParser.hpp (file contents):
Revision 1901 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1902 by gezelter, Tue Jul 16 17:16:45 2013 UTC

# Line 2 | Line 2
2   #define INC_MDParser_hpp_
3  
4   #include <antlr/config.hpp>
5 < /* $ANTLR 2.7.7 (20120725): "MDParser.g" -> "MDParser.hpp"$ */
5 > /* $ANTLR 2.7.7 (20121118): "MDParser.g" -> "MDParser.hpp"$ */
6   #include <antlr/TokenStream.hpp>
7   #include <antlr/TokenBuffer.hpp>
8   #include "MDTokenTypes.hpp"
# Line 89 | Line 89 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
89   private:
90          static const char* tokenNames[];
91   #ifndef NO_STATIC_CONSTS
92 <        static const int NUM_TOKENS = 57;
92 >        static const int NUM_TOKENS = 58;
93   #else
94          enum {
95 <                NUM_TOKENS = 57
95 >                NUM_TOKENS = 58
96          };
97   #endif
98          
# Line 128 | Line 128 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
128          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14;
129          static const unsigned long _tokenSet_15_data_[];
130          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15;
131 +        static const unsigned long _tokenSet_16_data_[];
132 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_16;
133   };
134  
135   #endif /*INC_MDParser_hpp_*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines