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

Comparing trunk/src/mdParser/MDTreeParser.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 3 | Line 3
3  
4   #include <antlr/config.hpp>
5   #include "MDTreeParserTokenTypes.hpp"
6 < /* $ANTLR 2.7.7 (20120725): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */
6 > /* $ANTLR 2.7.7 (20121118): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */
7   #include <antlr/TreeParser.hpp>
8  
9   #line 2 "MDTreeParser.g"
# Line 94 | Line 94 | class CUSTOM_API MDTreeParser : public ANTLR_USE_NAMES
94   private:
95          static const char* tokenNames[];
96   #ifndef NO_STATIC_CONSTS
97 <        static const int NUM_TOKENS = 57;
97 >        static const int NUM_TOKENS = 58;
98   #else
99          enum {
100 <                NUM_TOKENS = 57
100 >                NUM_TOKENS = 58
101          };
102   #endif
103          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines