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

Comparing trunk/OOPSE-4/src/mdParser/MDTokenTypes.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 40 | Line 40 | struct CUSTOM_API MDTokenTypes {
40                  OCTALINT = 29,
41                  DECIMALINT = 30,
42                  HEXADECIMALINT = 31,
43 <                PLUS = 32,
44 <                MINUS = 33,
45 <                FLOATONE = 34,
46 <                FLOATTWO = 35,
47 <                DOT = 36,
48 <                COLON = 37,
49 <                QUESTIONMARK = 38,
50 <                Whitespace = 39,
51 <                Comment = 40,
52 <                CPPComment = 41,
53 <                PREPROC_DIRECTIVE = 42,
54 <                LineDirective = 43,
55 <                Space = 44,
56 <                CharLiteral = 45,
57 <                EndOfLine = 46,
58 <                Escape = 47,
59 <                Digit = 48,
60 <                Decimal = 49,
61 <                LongSuffix = 50,
62 <                UnsignedSuffix = 51,
63 <                FloatSuffix = 52,
64 <                Exponent = 53,
65 <                Vocabulary = 54,
66 <                Number = 55,
43 >                FLOATONE = 32,
44 >                FLOATTWO = 33,
45 >                DOT = 34,
46 >                COLON = 35,
47 >                QUESTIONMARK = 36,
48 >                Whitespace = 37,
49 >                Comment = 38,
50 >                CPPComment = 39,
51 >                PREPROC_DIRECTIVE = 40,
52 >                LineDirective = 41,
53 >                Space = 42,
54 >                CharLiteral = 43,
55 >                EndOfLine = 44,
56 >                Escape = 45,
57 >                Digit = 46,
58 >                Decimal = 47,
59 >                LongSuffix = 48,
60 >                UnsignedSuffix = 49,
61 >                FloatSuffix = 50,
62 >                Exponent = 51,
63 >                Vocabulary = 52,
64 >                Number = 53,
65                  NULL_TREE_LOOKAHEAD = 3
66          };
67   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines