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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Svc_Conf.h b/ACE/ace/Svc_Conf.h
index 7c47a5e5a7e..4dc2ed13b8d 100644
--- a/ACE/ace/Svc_Conf.h
+++ b/ACE/ace/Svc_Conf.h
@@ -35,7 +35,7 @@ int ace_yyparse ();
#endif
#else /* ! YYPARSE_PARAM */
#if defined __STDC__ || defined __cplusplus
-int ace_yyparse (void);
+int ace_yyparse ();
#else
int ace_yyparse ();
#endif