--- parser3/src/include/pa_string.h 2002/08/08 09:02:43 1.143 +++ parser3/src/include/pa_string.h 2003/01/21 15:51:11 1.144 @@ -1,14 +1,14 @@ /** @file Parser: string class decl. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_STRING_H #define PA_STRING_H -static const char* IDENT_STRING_H="$Date: 2002/08/08 09:02:43 $"; +static const char* IDENT_STRING_H="$Date: 2003/01/21 15:51:11 $"; #include "pa_pool.h" #include "pa_types.h"