--- parser3/src/include/pa_dictionary.h 2012/01/08 05:58:27 1.19 +++ parser3/src/include/pa_dictionary.h 2024/11/04 03:53:25 1.25 @@ -1,14 +1,14 @@ /** @file Parser: dictionary class decl. - Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_DICTIONARY_H #define PA_DICTIONARY_H -static const char * const IDENT_DICTIONARY_H="$Date: 2012/01/08 05:58:27 $"; +#define IDENT_PA_DICTIONARY_H "$Id: pa_dictionary.h,v 1.25 2024/11/04 03:53:25 moko Exp $" #include "pa_table.h"