summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_expression.h')
-rw-r--r--TAO/TAO_IDL/include/ast_expression.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_expression.h b/TAO/TAO_IDL/include/ast_expression.h
index 2c0c017ee36..76b1dfaa804 100644
--- a/TAO/TAO_IDL/include/ast_expression.h
+++ b/TAO/TAO_IDL/include/ast_expression.h
@@ -110,7 +110,6 @@ public:
// @@ (JP) I added these to get the ~ operator to work with all the
// relevant aritmetic types, but eventually, we should get rid of
// this whole enum.
- , EK_bool
, EK_short
, EK_ushort
, EK_long
@@ -286,7 +285,7 @@ public:
protected:
// Evaluate different sets of operators.
- AST_ExprValue *eval_bin_op (void);
+ AST_ExprValue *eval_bin_op (EvalKind ek);
AST_ExprValue *eval_bit_op (EvalKind ek);