diff options
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r-- | ace/Svc_Conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h index cfbbfa7496d..50e12df8d44 100644 --- a/ace/Svc_Conf.h +++ b/ace/Svc_Conf.h @@ -28,7 +28,7 @@ #if defined (DEBUGGING) #if defined (YY_DECL) #undef YY_DECL -#endif +#endif /* YY_DECL */ #define YY_DECL extern "C" char *ace_yylex (void) #else #define YY_DECL extern "C" int ace_yylex (void) |