--- parser3/src/classes/op.C 2011/11/11 22:14:50 1.208 +++ parser3/src/classes/op.C 2012/03/16 09:24:07 1.209 @@ -1,12 +1,10 @@ /** @file Parser: parser @b operators. - Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_OP_C="$Date: 2011/11/11 22:14:50 $"; - #include "classes.h" #include "pa_vmethod_frame.h" @@ -20,6 +18,8 @@ static const char * const IDENT_OP_C="$D #include "pa_vclass.h" #include "pa_charset.h" +volatile const char * IDENT_OP_C="$Id: op.C,v 1.209 2012/03/16 09:24:07 moko Exp $"; + // limits #define MAX_LOOPS 20000