summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/idl.ypp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-04-17 09:19:14 -0500
committerAdam Mitz <mitza@ociweb.com>2015-04-17 09:19:14 -0500
commit8a6e0893941061b06716dabf2bcfb0a808dd6e97 (patch)
tree9c89e036c2c5c176a14d3d11e7fc587c9d16fd18 /TAO/TAO_IDL/fe/idl.ypp
parenta062f5e8bd0dff4c584152e32b1fb3c7823ec572 (diff)
downloadATCD-8a6e0893941061b06716dabf2bcfb0a808dd6e97.tar.gz
Debugging lexer and parser. Fixed some warnings.
Diffstat (limited to 'TAO/TAO_IDL/fe/idl.ypp')
-rw-r--r--TAO/TAO_IDL/fe/idl.ypp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/idl.ypp b/TAO/TAO_IDL/fe/idl.ypp
index a49b5f88b3f..ef971843508 100644
--- a/TAO/TAO_IDL/fe/idl.ypp
+++ b/TAO/TAO_IDL/fe/idl.ypp
@@ -144,7 +144,7 @@ AST_Enum *tao_enum_constant_decl = 0;
AST_Expression::ExprType t_param_const_type = AST_Expression::EV_none;
#define TAO_YYDEBUG_LEXER_TEXT (tao_yytext[tao_yyleng] = '\0', tao_yytext)
// Force the pretty debugging code to compile.
-#define TAO_YYDEBUG 1
+#define YYDEBUG 1
%}
/*