--- parser3/src/include/pa_stack.h 2012/03/16 09:24:10 1.27 +++ parser3/src/include/pa_stack.h 2015/10/26 01:21:56 1.28 @@ -1,14 +1,14 @@ /** @file Parser: stack class decl. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_STACK_H #define PA_STACK_H -#define IDENT_PA_STACK_H "$Id: pa_stack.h,v 1.27 2012/03/16 09:24:10 moko Exp $" +#define IDENT_PA_STACK_H "$Id: pa_stack.h,v 1.28 2015/10/26 01:21:56 moko Exp $" #include "pa_array.h"