--- parser3/src/include/pa_stack.h 2005/03/16 14:37:51 1.23 +++ parser3/src/include/pa_stack.h 2005/08/09 08:14:50 1.24 @@ -1,14 +1,14 @@ /** @file Parser: stack class decl. - Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_STACK_H #define PA_STACK_H -static const char * const IDENT_STACK_H="$Date: 2005/03/16 14:37:51 $"; +static const char * const IDENT_STACK_H="$Date: 2005/08/09 08:14:50 $"; #include "pa_config_includes.h" #include "pa_array.h"