--- parser3/src/include/pa_array.h 2026/01/06 13:07:58 1.106 +++ parser3/src/include/pa_array.h 2026/04/25 13:38:46 1.108 @@ -1,20 +1,19 @@ /** @file Parser: Array & Array_iterator classes decls. - Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_ARRAY_H #define PA_ARRAY_H -#define IDENT_PA_ARRAY_H "$Id: pa_array.h,v 1.106 2026/01/06 13:07:58 moko Exp $" +#define IDENT_PA_ARRAY_H "$Id: pa_array.h,v 1.108 2026/04/25 13:38:46 moko Exp $" // includes #include "pa_memory.h" #include "pa_types.h" -#include "pa_int.h" #include "pa_exception.h" // forwards