--- parser3/src/include/pa_array.h 2002/02/07 11:55:30 1.51 +++ parser3/src/include/pa_array.h 2002/08/01 11:41:14 1.55 @@ -1,15 +1,15 @@ /** @file Parser: Array & Array_iter classes decls. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) - - $Id: pa_array.h,v 1.51 2002/02/07 11:55:30 paf Exp $ + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_ARRAY_H #define PA_ARRAY_H +static const char* IDENT_ARRAY_Y="$Date: 2002/08/01 11:41:14 $"; + #include "pa_pool.h" #include "pa_types.h" #include "pa_string.h"