summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll')
-rw-r--r--TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll b/TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll
index bfbe15ddd2a..06f67230fdc 100644
--- a/TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll
+++ b/TAO/orbsvcs/orbsvcs/ETCL/ETCL.ll
@@ -1,7 +1,7 @@
%option noyywrap
%{
-// ETCL.ll,v 1.5 2005/11/16 07:53:24 ossama Exp
+// ETCL.ll,v 1.3 2002/01/14 19:52:28 parsons Exp
// ========================================================================
//
// = LIBRARY
@@ -21,8 +21,6 @@
#include "ETCL_Constraint.h"
#include "ETCL_y.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
static const char * extract_string(char*);
#define TAO_YY_LEX_DEBUG
@@ -157,5 +155,3 @@ yywrap (void)
{
return 1;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL \ No newline at end of file