summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/y.tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/y.tab.cpp')
-rw-r--r--TAO/TAO_IDL/fe/y.tab.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/fe/y.tab.cpp b/TAO/TAO_IDL/fe/y.tab.cpp
index 1dcc6f85b9d..0b8ae45ff1e 100644
--- a/TAO/TAO_IDL/fe/y.tab.cpp
+++ b/TAO/TAO_IDL/fe/y.tab.cpp
@@ -5081,7 +5081,10 @@ tao_yyreduce:
tao_yyval.dcval =
idl_global->gen ()->create_sequence (
- idl_global->gen ()->create_expr ((unsigned long) 0),
+ idl_global->gen ()->create_expr (
+ (ACE_UINT64) 0,
+ AST_Expression::EV_ulong
+ ),
tp,
&sn,
s->is_local (),
@@ -5179,7 +5182,8 @@ tao_yyreduce:
*/
tao_yyval.dcval =
idl_global->gen ()->create_string (
- idl_global->gen ()->create_expr ((unsigned long) 0)
+ idl_global->gen ()->create_expr ((ACE_UINT64) 0,
+ AST_Expression::EV_ulong)
);
/*
* Add this AST_String to the types defined in the global scope.
@@ -5256,7 +5260,8 @@ tao_yyreduce:
*/
tao_yyval.dcval =
idl_global->gen ()->create_wstring (
- idl_global->gen ()->create_expr ((unsigned long) 0)
+ idl_global->gen ()->create_expr ((ACE_UINT64) 0,
+ AST_Expression::EV_ulong)
);
/*
* Add this AST_String to the types defined in the global scope.