--- parser3/src/include/Attic/core.h 2001/03/11 08:16:32 1.8 +++ parser3/src/include/Attic/core.h 2001/03/11 12:10:43 1.10 @@ -3,17 +3,19 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: core.h,v 1.8 2001/03/11 08:16:32 paf Exp $ + $Id: core.h,v 1.10 2001/03/11 12:10:43 paf Exp $ */ #ifndef CORE_H #define CORE_H #include "pa_string.h" +#include "pa_hash.h" // core func void core(); -// unnamed_name helper global string + +// global strings extern String *unnamed_name; extern String *empty_string; @@ -24,4 +26,7 @@ extern String *main_class_name; extern String *root_class_name; extern String *env_class_name; +// global hashes +extern Hash *untaint_lang_name_to_enum; + #endif