diff options
Diffstat (limited to 'TAO/TAO_IDL/fe/idl.ll')
-rw-r--r-- | TAO/TAO_IDL/fe/idl.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/fe/idl.ll b/TAO/TAO_IDL/fe/idl.ll index 37af731e768..6c9e4027a24 100644 --- a/TAO/TAO_IDL/fe/idl.ll +++ b/TAO/TAO_IDL/fe/idl.ll @@ -141,6 +141,7 @@ string return IDL_STRING; wstring return IDL_WSTRING; sequence return IDL_SEQUENCE; union return IDL_UNION; +fixed return IDL_FIXED; switch return IDL_SWITCH; case return IDL_CASE; default return IDL_DEFAULT; |