summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_y.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 19:25:08 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-27 19:25:08 +0000
commit9a6ad4fb35671d707065bec6f5833c48e1f40444 (patch)
treee9aedfb4a3df6aafac7b633ff05355a5f61ede00 /ace/Svc_Conf_y.cpp
parent1b80e86584b92da1bcb0de307242a2cad0f8920a (diff)
downloadATCD-9a6ad4fb35671d707065bec6f5833c48e1f40444.tar.gz
ChangeLogTag:Thu Apr 27 10:55:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Svc_Conf_y.cpp')
-rw-r--r--ace/Svc_Conf_y.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp
index 0054186ab20..59b4426e0fa 100644
--- a/ace/Svc_Conf_y.cpp
+++ b/ace/Svc_Conf_y.cpp
@@ -254,7 +254,7 @@ ACE_YYSTYPE ace_yyvs[ACE_YYSTACKSIZE];
// messages.
void
-ace_yyerror (const char *s)
+ace_yyerror (const ACE_TCHAR *s)
{
#if defined (ACE_NLOGGING)
ACE_UNUSED_ARG (s);
@@ -621,7 +621,7 @@ ace_yyloop:
goto ace_yynewerror;
#endif
- ace_yyerror("syntax error");
+ ace_yyerror(ACE_TEXT ("syntax error"));
#ifdef lint
goto ace_yyerrlab;
#endif
@@ -1033,7 +1033,7 @@ to state %d\n", *ace_yyssp, ace_yystate);
*++ace_yyvsp = ace_yyval;
goto ace_yyloop;
ace_yyoverflow:
- ace_yyerror("yacc stack overflow");
+ ace_yyerror(ACE_TEXT ("yacc stack overflow"));
ace_yyabort:
return (1);
ace_yyaccept: