summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_union.h')
-rw-r--r--TAO/TAO_IDL/include/ast_union.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_union.h b/TAO/TAO_IDL/include/ast_union.h
index eab7ec51985..062e540e9a8 100644
--- a/TAO/TAO_IDL/include/ast_union.h
+++ b/TAO/TAO_IDL/include/ast_union.h
@@ -1,3 +1,5 @@
+// This may look like C, but it's really -*- C++ -*-
+// $Id$
/*
COPYRIGHT
@@ -127,7 +129,7 @@ private:
AST_UnionBranch *lookup_enum(AST_UnionBranch *b);
private:
- friend int yyparse();
+ friend int tao_yyparse();
// Scope Management Protocol
virtual AST_Union *fe_add_union(AST_Union *u);