summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/fe/idl.ll2
-rw-r--r--TAO/TAO_IDL/fe/lex.yy.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/fe/idl.ll b/TAO/TAO_IDL/fe/idl.ll
index 37a269b61eb..1df32823314 100644
--- a/TAO/TAO_IDL/fe/idl.ll
+++ b/TAO/TAO_IDL/fe/idl.ll
@@ -190,7 +190,7 @@ oneway return IDL_ONEWAY;
TAO_IDL_CPP_Keyword_Table cpp_key_tbl;
const TAO_IDL_CPP_Keyword_Entry *entry =
- cpp_key_tbl.lookup (ace_yytext,
+ cpp_key_tbl.lookup (tmp,
ACE_OS::strlen (tmp));
if (entry)
yylval.strval = ACE_OS::strdup (entry->mapping_);
diff --git a/TAO/TAO_IDL/fe/lex.yy.cpp b/TAO/TAO_IDL/fe/lex.yy.cpp
index ac2e4ee0bbb..4d2145598d6 100644
--- a/TAO/TAO_IDL/fe/lex.yy.cpp
+++ b/TAO/TAO_IDL/fe/lex.yy.cpp
@@ -712,7 +712,7 @@ char *tao_yytext_ptr;
#line 1 "fe/idl.ll"
#define INITIAL 0
#line 2 "fe/idl.ll"
-/* $Id: idl.ll,v 1.45 2000/02/01 02:27:49 parsons Exp $
+/* $Id: idl.ll,v 1.46 2000/03/26 20:43:15 parsons Exp $
COPYRIGHT
@@ -1324,7 +1324,7 @@ TAO_YY_RULE_SETUP
TAO_IDL_CPP_Keyword_Table cpp_key_tbl;
const TAO_IDL_CPP_Keyword_Entry *entry =
- cpp_key_tbl.lookup (ace_tao_yytext,
+ cpp_key_tbl.lookup (tmp,
ACE_OS::strlen (tmp));
if (entry)
tao_yylval.strval = ACE_OS::strdup (entry->mapping_);