summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-24 20:28:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-24 20:28:38 +0000
commit623d0c17bf7e476a16c0f125bbe09079c031efae (patch)
tree7175e591d9d5229e3b63533ac75c4568c6ad85ac /ace/Svc_Conf.y
parent5962f1706d7cd5f8781521b24cc03468b8c85ccd (diff)
downloadATCD-623d0c17bf7e476a16c0f125bbe09079c031efae.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index 74a59471cec..68fe9ea09ea 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -281,7 +281,7 @@ pathname
// messages.
void
-yyerror (char *s)
+yyerror (const char *s)
{
ACE_ERROR ((LM_ERROR, ASYS_TEXT ("[error %d] on line %d: %s\n"),
++yyerrno, yylineno, ASYS_WIDE_STRING (s)));