diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-12 17:47:06 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-12 17:47:06 (GMT) |
commit | 46bfc5b58c1893206fea8be057c4321fdf9870da (patch) | |
tree | 58b3bcdac9de0cb9371912786b1217a2d1097480 | |
parent | de611600b5521fab9d65a1b4f27d2042e7b546f9 (diff) | |
download | Doxygen-46bfc5b58c1893206fea8be057c4321fdf9870da.zip Doxygen-46bfc5b58c1893206fea8be057c4321fdf9870da.tar.gz Doxygen-46bfc5b58c1893206fea8be057c4321fdf9870da.tar.bz2 |
Removed file because it is generated
-rw-r--r-- | src/ce_parse.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/ce_parse.h b/src/ce_parse.h deleted file mode 100644 index 913f9ce..0000000 --- a/src/ce_parse.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef YYSTYPE -#define YYSTYPE int -#endif -#define TOK_QUESTIONMARK 258 -#define TOK_COLON 259 -#define TOK_OR 260 -#define TOK_AND 261 -#define TOK_BITWISEOR 262 -#define TOK_BITWISEXOR 263 -#define TOK_AMPERSAND 264 -#define TOK_NOTEQUAL 265 -#define TOK_EQUAL 266 -#define TOK_LESSTHAN 267 -#define TOK_GREATERTHAN 268 -#define TOK_LESSTHANOREQUALTO 269 -#define TOK_GREATERTHANOREQUALTO 270 -#define TOK_SHIFTLEFT 271 -#define TOK_SHIFTRIGHT 272 -#define TOK_PLUS 273 -#define TOK_MINUS 274 -#define TOK_STAR 275 -#define TOK_DIVIDE 276 -#define TOK_MOD 277 -#define TOK_TILDE 278 -#define TOK_NOT 279 -#define TOK_LPAREN 280 -#define TOK_RPAREN 281 -#define TOK_OCTALINT 282 -#define TOK_DECIMALINT 283 -#define TOK_HEXADECIMALINT 284 -#define TOK_CHARACTER 285 -#define TOK_FLOAT 286 - - -extern YYSTYPE cppExpYYlval; |