summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Conf_Param.h
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-09 21:01:34 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-04-09 21:01:34 +0000
commit70d1c3ca50241d7e68911a66a2d0b74843f54c38 (patch)
tree916d23ce9ecb26a59d759d3b7e4f7daf32fa6a82 /ACE/ace/Svc_Conf_Param.h
parentdb5cff678a79708ed9a3f157de1fe9fed7725d8f (diff)
downloadATCD-70d1c3ca50241d7e68911a66a2d0b74843f54c38.tar.gz
ChangeLogTag: Wed Apr 9 22:05:30 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'ACE/ace/Svc_Conf_Param.h')
-rw-r--r--ACE/ace/Svc_Conf_Param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Svc_Conf_Param.h b/ACE/ace/Svc_Conf_Param.h
index f1d31d13d9e..541f63942d6 100644
--- a/ACE/ace/Svc_Conf_Param.h
+++ b/ACE/ace/Svc_Conf_Param.h
@@ -129,11 +129,11 @@ public:
// Parameter that is passed down to the yyparse() function, and
// eventually to yylex().
-#define ACE_YYPARSE_PARAM ace_svc_conf_parameter
+#define YYPARSE_PARAM ace_svc_conf_parameter
-#define ACE_YYLEX_PARAM ACE_YYPARSE_PARAM
+#define YYLEX_PARAM YYPARSE_PARAM
-#define ACE_SVC_CONF_PARAM (static_cast<ACE_Svc_Conf_Param *> (ACE_YYLEX_PARAM))
+#define ACE_SVC_CONF_PARAM (static_cast<ACE_Svc_Conf_Param *> (YYLEX_PARAM))
ACE_END_VERSIONED_NAMESPACE_DECL