summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 00:20:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-24 00:20:59 +0000
commitdfdef7ab8c22a3eb5d3392ab9ebfb30e3fbdc52b (patch)
treea5bf96b57deda0634fcf51b050522ae5ea2af671 /ace/Svc_Conf.h
parent5cd45f2059b8a0e95fb66447be3f79a65a1e358f (diff)
downloadATCD-dfdef7ab8c22a3eb5d3392ab9ebfb30e3fbdc52b.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Svc_Conf.h')
-rw-r--r--ace/Svc_Conf.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/Svc_Conf.h b/ace/Svc_Conf.h
index 08e3c9fa143..55021a766aa 100644
--- a/ace/Svc_Conf.h
+++ b/ace/Svc_Conf.h
@@ -25,12 +25,12 @@
#include "ace/Parse_Node.h"
#if defined (DEBUGGING)
-#if defined (YY_DECL)
-#undef YY_DECL
-#endif /* YY_DECL */
-#define YY_DECL extern "C" char *ace_yylex (void)
+#if defined (ACE_YY_DECL)
+#undef ACE_YY_DECL
+#endif /* ACE_YY_DECL */
+#define ACE_YY_DECL extern "C" char *ace_yylex (void)
#else
-#define YY_DECL extern "C" int ace_yylex (void)
+#define ACE_YY_DECL extern "C" int ace_yylex (void)
#endif /* DEBUGGING */
void ace_yyrestart (FILE *);
@@ -39,7 +39,7 @@ void ace_yyrestart (FILE *);
int ace_yyparse (void);
// Performs the parsing
-YY_DECL;
+ACE_YY_DECL;
// Performs the lexical analysis
extern FILE *ace_yyin;
@@ -76,7 +76,7 @@ typedef union
ACE_Static_Node *static_node_;
ACE_Service_Type *svc_record_;
char *ident_;
-} YYSTYPE;
-extern YYSTYPE ace_yylval;
+} ACE_YYSTYPE;
+extern ACE_YYSTYPE ace_yylval;
#endif /* ACE_SVC_CONF_H */