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

Comparing trunk/OOPSE-4/src/mdParser/MDTreeParser.hpp (file contents):
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC vs.
Revision 2509 by tim, Wed Dec 14 18:02:28 2005 UTC

# Line 91 | Line 91 | class CUSTOM_API MDTreeParser : public ANTLR_USE_NAMES
91   private:
92          static const char* tokenNames[];
93   #ifndef NO_STATIC_CONSTS
94 <        static const int NUM_TOKENS = 56;
94 >        static const int NUM_TOKENS = 55;
95   #else
96          enum {
97 <                NUM_TOKENS = 56
97 >                NUM_TOKENS = 55
98          };
99   #endif
100          
# Line 102 | Line 102 | class CUSTOM_API MDTreeParser : public ANTLR_USE_NAMES
102          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_0;
103          static const unsigned long _tokenSet_1_data_[];
104          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_1;
105        static const unsigned long _tokenSet_2_data_[];
106        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_2;
105   };
106  
107   #endif /*INC_MDTreeParser_hpp_*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines