--- parser3/src/include/pa_stack.h 2019/12/05 22:21:16 1.30 +++ parser3/src/include/pa_stack.h 2023/09/26 20:49:07 1.32 @@ -1,14 +1,14 @@ /** @file Parser: stack class decl. - Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_STACK_H #define PA_STACK_H -#define IDENT_PA_STACK_H "$Id: pa_stack.h,v 1.30 2019/12/05 22:21:16 moko Exp $" +#define IDENT_PA_STACK_H "$Id: pa_stack.h,v 1.32 2023/09/26 20:49:07 moko Exp $" #include "pa_array.h"