--- parser3/src/include/Attic/core.h 2001/03/10 11:44:31 1.2 +++ parser3/src/include/Attic/core.h 2001/03/10 15:44:30 1.3 @@ -1,5 +1,5 @@ /* - $Id: core.h,v 1.2 2001/03/10 11:44:31 paf Exp $ + $Id: core.h,v 1.3 2001/03/10 15:44:30 paf Exp $ */ #ifndef CORE_H @@ -12,5 +12,7 @@ void core(); // unnamed_name helper global string extern String *unnamed_name; extern String *empty_string; +extern String *auto_method_name; +extern String *main_method_name; #endif