--- parser3/src/include/pa_string.h 2024/03/11 21:15:32 1.231 +++ parser3/src/include/pa_string.h 2025/05/26 00:52:15 1.237 @@ -1,14 +1,14 @@ /** @file Parser: string class decl. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_STRING_H #define PA_STRING_H -#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.231 2024/03/11 21:15:32 moko Exp $" +#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.237 2025/05/26 00:52:15 moko Exp $" // includes #include "pa_types.h" @@ -56,10 +56,16 @@ class ArrayString : public Array