summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/y.tab.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-01 02:27:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-01 02:27:49 +0000
commitabae6bfd515851a392f9cec5019b4b323351ec1b (patch)
tree9865f6316775e015bc6462c079c7015bdfcbf0c9 /TAO/TAO_IDL/fe/y.tab.h
parent45c01e9e69fd8fb33384476cb8b6defed306008f (diff)
downloadATCD-abae6bfd515851a392f9cec5019b4b323351ec1b.tar.gz
Added keyword 'fixed' to lexer and parser.
Diffstat (limited to 'TAO/TAO_IDL/fe/y.tab.h')
-rw-r--r--TAO/TAO_IDL/fe/y.tab.h85
1 files changed, 43 insertions, 42 deletions
diff --git a/TAO/TAO_IDL/fe/y.tab.h b/TAO/TAO_IDL/fe/y.tab.h
index 25f3d1f22e8..e60f5d13d89 100644
--- a/TAO/TAO_IDL/fe/y.tab.h
+++ b/TAO/TAO_IDL/fe/y.tab.h
@@ -13,48 +13,49 @@
#define IDL_WCHAR 268
#define IDL_OCTET 269
#define IDL_BOOLEAN 270
-#define IDL_ANY 271
-#define IDL_STRUCT 272
-#define IDL_UNION 273
-#define IDL_SWITCH 274
-#define IDL_ENUM 275
-#define IDL_SEQUENCE 276
-#define IDL_STRING 277
-#define IDL_WSTRING 278
-#define IDL_EXCEPTION 279
-#define IDL_CASE 280
-#define IDL_DEFAULT 281
-#define IDL_READONLY 282
-#define IDL_ATTRIBUTE 283
-#define IDL_ONEWAY 284
-#define IDL_IDEMPOTENT 285
-#define IDL_VOID 286
-#define IDL_IN 287
-#define IDL_OUT 288
-#define IDL_INOUT 289
-#define IDL_RAISES 290
-#define IDL_CONTEXT 291
-#define IDL_NATIVE 292
-#define IDL_ABSTRACT 293
-#define IDL_CUSTOM 294
-#define IDL_INIT 295
-#define IDL_PRIVATE 296
-#define IDL_PUBLIC 297
-#define IDL_SUPPORTS 298
-#define IDL_TRUNCATABLE 299
-#define IDL_VALUETYPE 300
-#define IDL_INTEGER_LITERAL 301
-#define IDL_UINTEGER_LITERAL 302
-#define IDL_STRING_LITERAL 303
-#define IDL_CHARACTER_LITERAL 304
-#define IDL_FLOATING_PT_LITERAL 305
-#define IDL_TRUETOK 306
-#define IDL_FALSETOK 307
-#define IDL_SCOPE_DELIMITOR 308
-#define IDL_LEFT_SHIFT 309
-#define IDL_RIGHT_SHIFT 310
-#define IDL_WCHAR_LITERAL 311
-#define IDL_WSTRING_LITERAL 312
+#define IDL_FIXED 271
+#define IDL_ANY 272
+#define IDL_STRUCT 273
+#define IDL_UNION 274
+#define IDL_SWITCH 275
+#define IDL_ENUM 276
+#define IDL_SEQUENCE 277
+#define IDL_STRING 278
+#define IDL_WSTRING 279
+#define IDL_EXCEPTION 280
+#define IDL_CASE 281
+#define IDL_DEFAULT 282
+#define IDL_READONLY 283
+#define IDL_ATTRIBUTE 284
+#define IDL_ONEWAY 285
+#define IDL_IDEMPOTENT 286
+#define IDL_VOID 287
+#define IDL_IN 288
+#define IDL_OUT 289
+#define IDL_INOUT 290
+#define IDL_RAISES 291
+#define IDL_CONTEXT 292
+#define IDL_NATIVE 293
+#define IDL_ABSTRACT 294
+#define IDL_CUSTOM 295
+#define IDL_INIT 296
+#define IDL_PRIVATE 297
+#define IDL_PUBLIC 298
+#define IDL_SUPPORTS 299
+#define IDL_TRUNCATABLE 300
+#define IDL_VALUETYPE 301
+#define IDL_INTEGER_LITERAL 302
+#define IDL_UINTEGER_LITERAL 303
+#define IDL_STRING_LITERAL 304
+#define IDL_CHARACTER_LITERAL 305
+#define IDL_FLOATING_PT_LITERAL 306
+#define IDL_TRUETOK 307
+#define IDL_FALSETOK 308
+#define IDL_SCOPE_DELIMITOR 309
+#define IDL_LEFT_SHIFT 310
+#define IDL_RIGHT_SHIFT 311
+#define IDL_WCHAR_LITERAL 312
+#define IDL_WSTRING_LITERAL 313
typedef union {
AST_Decl *dcval; /* Decl value */
UTL_StrList *slval; /* String list */