--- parser3/src/include/Attic/core.h 2001/03/10 11:44:31 1.2 +++ parser3/src/include/Attic/core.h 2001/03/11 08:02:04 1.7 @@ -1,5 +1,9 @@ /* - $Id: core.h,v 1.2 2001/03/10 11:44:31 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan + + $Id: core.h,v 1.7 2001/03/11 08:02:04 paf Exp $ */ #ifndef CORE_H @@ -13,4 +17,11 @@ void core(); extern String *unnamed_name; extern String *empty_string; +extern String *auto_method_name; +extern String *main_method_name; + +extern String *main_class_name; +extern String *root_class_name; +extern String *env_class_name; + #endif