--- parser3/src/classes/regex.C 2010/10/21 15:06:29 1.6 +++ parser3/src/classes/regex.C 2015/10/26 01:21:54 1.8 @@ -1,12 +1,10 @@ /** @file Parser: @b int parser class. - Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_REGEX_C="$Date: 2010/10/21 15:06:29 $"; - #include "classes.h" #include "pa_vmethod_frame.h" @@ -14,6 +12,8 @@ static const char * const IDENT_REGEX_C= #include "pa_vint.h" #include "pa_vregex.h" +volatile const char * IDENT_REGEX_C="$Id: regex.C,v 1.8 2015/10/26 01:21:54 moko Exp $"; + // class class MRegex: public Methoded {