summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.l
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf.l')
-rw-r--r--ace/Svc_Conf.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Conf.l b/ace/Svc_Conf.l
index 8943882cdf7..b8755c12881 100644
--- a/ace/Svc_Conf.l
+++ b/ace/Svc_Conf.l
@@ -12,6 +12,8 @@ ACE_RCSID (ace,
Svc_Conf_l,
"$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
#define token(x) x
%}
@@ -132,3 +134,5 @@ yy_pop_buffer (yy_buffer_state *buffer)
yy_switch_to_buffer (buffer);
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL \ No newline at end of file