diff options
author | agg1 <agg1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 02:29:28 +0000 |
---|---|---|
committer | agg1 <agg1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 02:29:28 +0000 |
commit | 091fbb2d3d94bb0a724f2d3639c1f51e707ff6e1 (patch) | |
tree | b45ed5606c3d19263b6fe323b7bb43761270741d /ace/Parse_Node.cpp | |
parent | 4a44ea2c64dfdb3ee0f4c42d1050462976c0224f (diff) | |
download | ATCD-091fbb2d3d94bb0a724f2d3639c1f51e707ff6e1.tar.gz |
Mon Jul 24 21:22:03 2000 Andrew G. Gilpin <agg1@cs.wustl.edu>
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r-- | ace/Parse_Node.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp index 4e7b0d194bd..1bb269ca593 100644 --- a/ace/Parse_Node.cpp +++ b/ace/Parse_Node.cpp @@ -14,13 +14,6 @@ ACE_RCSID(ace, Parse_Node, "$Id$") -// Keeps track of the number of errors encountered so far. -extern int ace_yyerrno; - -// Global variable used to communicate between the parser and the main -// program. -extern ACE_Service_Config *ace_this_svc; - ACE_ALLOC_HOOK_DEFINE(ACE_Stream_Node) void |