summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_root.h')
-rw-r--r--TAO/TAO_IDL/include/ast_root.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_root.h b/TAO/TAO_IDL/include/ast_root.h
index 765043aac97..e81c87f1fda 100644
--- a/TAO/TAO_IDL/include/ast_root.h
+++ b/TAO/TAO_IDL/include/ast_root.h
@@ -1,3 +1,5 @@
+// This may look like C, but it's really -*- C++ -*-
+// $Id$
/*
COPYRIGHT
@@ -93,7 +95,7 @@ public:
private:
friend class FE_Declarator;
- friend int yyparse();
+ friend int tao_yyparse();
// Add protocol
virtual AST_Sequence *fe_add_sequence(AST_Sequence *s);