summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_lookup.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_lookup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/fe_lookup.cpp b/TAO/TAO_IDL/fe/fe_lookup.cpp
index 93ffbe3019e..2adb243ee60 100644
--- a/TAO/TAO_IDL/fe/fe_lookup.cpp
+++ b/TAO/TAO_IDL/fe/fe_lookup.cpp
@@ -28,7 +28,7 @@ TAO_IDL_CPP_Keyword_Table::hash (const char *str, unsigned int len)
return len + asso_values[(int) str[1]] + asso_values[(int) str[0]] + asso_values[(int) str[len - 1]];
}
-const struct TAO_IDL_CPP_Keyword_Entry *
+const TAO_IDL_CPP_Keyword_Entry *
TAO_IDL_CPP_Keyword_Table::lookup (const char *str, unsigned int len)
{
enum
@@ -42,7 +42,7 @@ TAO_IDL_CPP_Keyword_Table::lookup (const char *str, unsigned int len)
DUPLICATES = 0
};
- static const struct TAO_IDL_CPP_Keyword_Entry wordlist[] =
+ static const TAO_IDL_CPP_Keyword_Entry wordlist[] =
{
{"",0}, {"",0}, {"",0}, {"",0}, {"",0}, {"",0},
{"delete", "_cxx_delete"},