summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Conf.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 16:54:03 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 16:54:03 +0000
commit40bcc83ecd475dd66bae9cd6f23fb8fd6a71d8de (patch)
treeb05d953f4f1cd0e3c959dee8d70fb135524a67a3 /ACE/ace/Svc_Conf.h
parent777e5fdb0a7f60ef2bd58cf6fd1f785549b77243 (diff)
downloadATCD-40bcc83ecd475dd66bae9cd6f23fb8fd6a71d8de.tar.gz
ChangeLogTag:Fri Jul 13 16:49:31 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/Svc_Conf.h')
-rw-r--r--ACE/ace/Svc_Conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Svc_Conf.h b/ACE/ace/Svc_Conf.h
index e64678e61c4..a62da127abf 100644
--- a/ACE/ace/Svc_Conf.h
+++ b/ACE/ace/Svc_Conf.h
@@ -81,7 +81,7 @@ ACE_YY_DECL;
extern FILE *ace_yyin;
/// Error handling routine required by YACC or BISON
-void ace_yyerror (int yyerrno, int yylineno, ACE_TCHAR const *);
+void ace_yyerror (int yyerrno, int yylineno, char const *);
/// Holds the lexeme for the current token
extern ACE_TCHAR *ace_yytext;