diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 19:25:08 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 19:25:08 +0000 |
commit | 90d90920c117f772d54283b1a0858a63338d5dd9 (patch) | |
tree | e9aedfb4a3df6aafac7b633ff05355a5f61ede00 /ace/Svc_Conf.y | |
parent | 843d454c02e74d928f37cbec18ee9ec6e5e18d32 (diff) | |
download | ATCD-90d90920c117f772d54283b1a0858a63338d5dd9.tar.gz |
ChangeLogTag:Thu Apr 27 10:55:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r-- | ace/Svc_Conf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y index 9573de5f930..76c1689b2e6 100644 --- a/ace/Svc_Conf.y +++ b/ace/Svc_Conf.y @@ -315,7 +315,7 @@ pathname // messages. void -yyerror (const char *s) +yyerror (const ACE_TCHAR *s) { #if defined (ACE_NLOGGING) ACE_UNUSED_ARG (s); |