--- parser3/src/classes/Attic/_env.h 2001/03/10 16:34:33 1.2 +++ parser3/src/classes/Attic/_env.h 2001/03/13 16:38:21 1.5 @@ -1,16 +1,17 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _env.h,v 1.2 2001/03/10 16:34:33 paf Exp $ + $Id: _env.h,v 1.5 2001/03/13 16:38:21 paf Exp $ */ #ifndef _ENV_H #define _ENV_H -#include "pa_vclass.h" +#include "pa_vstateless_class.h" -void initialize_env_class(Pool& pool, VClass& vclass); +extern VStateless_class *env_base_class; +void initialize_env_base_class(Pool& pool, VStateless_class& vclass); #endif