--- parser3/src/main/pa_string.C 2012/03/12 22:29:41 1.239 +++ parser3/src/main/pa_string.C 2012/03/16 09:24:14 1.240 @@ -1,12 +1,10 @@ /** @file Parser: string class. @see untalength_t.C. - 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_STRING_C="$Date: 2012/03/12 22:29:41 $"; - #include "pa_string.h" #include "pa_exception.h" #include "pa_table.h" @@ -14,6 +12,8 @@ static const char * const IDENT_STRING_C #include "pa_charset.h" #include "pa_vregex.h" +volatile const char * IDENT_PA_STRING_C="$Id: pa_string.C,v 1.240 2012/03/16 09:24:14 moko Exp $" IDENT_PA_STRING_H; + const String String::Empty; int pa_atoi(const char* str, const String* problem_source) {