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

Comparing trunk/OOPSE-4/src/mdParser/MDParser.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 18 | Line 18 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
18   #line 19 "MDParser.hpp"
19   class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE(antlr)LLkParser, public MDTokenTypes
20   {
21 < #line 44 "MDParser.g"
22 <
23 <    // Suppport C++-style single-line comments?
21 > #line 1 "MDParser.g"
22   #line 23 "MDParser.hpp"
23   public:
24          void initializeASTFactory( ANTLR_USE_NAMESPACE(antlr)ASTFactory& factory );
# Line 84 | Line 82 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
82   private:
83          static const char* tokenNames[];
84   #ifndef NO_STATIC_CONSTS
85 <        static const int NUM_TOKENS = 56;
85 >        static const int NUM_TOKENS = 54;
86   #else
87          enum {
88 <                NUM_TOKENS = 56
88 >                NUM_TOKENS = 54
89          };
90   #endif
91          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines