summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Svc_Conf.h')
-rw-r--r--ACE/ace/Svc_Conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Svc_Conf.h b/ACE/ace/Svc_Conf.h
index f22fcb9a5f3..dbab2ddf8da 100644
--- a/ACE/ace/Svc_Conf.h
+++ b/ACE/ace/Svc_Conf.h
@@ -69,7 +69,8 @@ ACE_YY_DECL;
/// Name of input stream
extern FILE *ace_yyin;
-/// Error handling routine required by YACC or BISON
+/// Error handling routines required by YACC or BISON
+void ace_yyerror (char const *);
void ace_yyerror (int yyerrno, int yylineno, char const *);
/// Holds the lexeme for the current token