--- parser3/src/classes/Attic/_string.h 2001/03/09 08:19:45 1.1 +++ parser3/src/classes/Attic/_string.h 2001/03/10 16:34:33 1.3 @@ -1,5 +1,9 @@ /* - $Id: _string.h,v 1.1 2001/03/09 08:19:45 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan + + $Id: _string.h,v 1.3 2001/03/10 16:34:33 paf Exp $ */ #ifndef _STRING_H @@ -8,6 +12,6 @@ #include "pa_vclass.h" extern VClass *string_class; // global string class [^length[] & co] -void initialize_string_class(Pool& pool); +void initialize_string_class(Pool& pool, VClass& vclass); #endif