From 8a6e0893941061b06716dabf2bcfb0a808dd6e97 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Fri, 17 Apr 2015 09:19:14 -0500 Subject: Debugging lexer and parser. Fixed some warnings. --- TAO/TAO_IDL/fe/idl.ypp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/TAO_IDL/fe/idl.ypp') 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 %} /* -- cgit v1.2.1