diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-12 06:56:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-12 06:56:21 +0000 |
commit | 14386a389a91064616a6d6fb2103b41a23b6f16e (patch) | |
tree | 3aab07e64ce9d19239dc24fced464bd59e52bd1e /TAO/TAO_IDL | |
parent | 3a9148dfe03f91a53b3e4016fc4c657708e99f4b (diff) | |
download | ATCD-14386a389a91064616a6d6fb2103b41a23b6f16e.tar.gz |
ChangeLogTag:Sun Jul 12 01:40:58 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/fe/y.tab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/y.tab.cpp b/TAO/TAO_IDL/fe/y.tab.cpp index a1df3731078..71651d923da 100644 --- a/TAO/TAO_IDL/fe/y.tab.cpp +++ b/TAO/TAO_IDL/fe/y.tab.cpp @@ -9,7 +9,7 @@ extern "C" int tao_yywrap(); #endif // (defined(apollo) || defined(hpux)) && defined(__cplusplus) -void tao_yyerror (char *); +void tao_yyerror (const char *); int tao_yylex (void); extern "C" int tao_yywrap (void); extern char tao_yytext[]; @@ -161,7 +161,7 @@ tao_yywrap() * idl_global->err() operations */ void -tao_yyerror(char *) +tao_yyerror(const char *) { } tao_yytabelem tao_yyexca[] ={ |