--- parser3/src/classes/string.C 2012/03/03 00:21:48 1.202 +++ parser3/src/classes/string.C 2012/03/16 09:24:08 1.203 @@ -1,12 +1,10 @@ /** @file Parser: @b string parser class. - Copyright (c) 2001-2012 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_STRING_C="$Date: 2012/03/03 00:21:48 $"; - #include "classes.h" #include "pa_vmethod_frame.h" @@ -22,6 +20,8 @@ static const char * const IDENT_STRING_C #include "pa_vregex.h" #include "pa_charsets.h" +volatile const char * IDENT_STRING_C="$Id: string.C,v 1.203 2012/03/16 09:24:08 moko Exp $"; + // class class MString: public Methoded {