summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_operation.h')
-rw-r--r--TAO/TAO_IDL/include/ast_operation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_operation.h b/TAO/TAO_IDL/include/ast_operation.h
index dc197a7bf17..3dcf8a252ef 100644
--- a/TAO/TAO_IDL/include/ast_operation.h
+++ b/TAO/TAO_IDL/include/ast_operation.h
@@ -1,3 +1,5 @@
+// This may look like C, but it's really -*- C++ -*-
+// $Id$
/*
COPYRIGHT
@@ -124,7 +126,7 @@ private:
UTL_ExceptList *pd_exceptions; // Exceptions raised
// Scope Management Protocol
- friend int yyparse();
+ friend int tao_yyparse();
virtual AST_Argument *fe_add_argument(AST_Argument *a);
virtual UTL_StrList *fe_add_context(UTL_StrList *c);