--- parser3/src/classes/double.C 2003/07/24 11:31:19 1.54 +++ parser3/src/classes/double.C 2005/08/09 08:14:47 1.58 @@ -1,11 +1,11 @@ /** @file Parser: @b double parser class. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_DOUBLE_C="$Date: 2003/07/24 11:31:19 $"; +static const char * const IDENT_DOUBLE_C="$Date: 2005/08/09 08:14:47 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -91,7 +91,6 @@ static void _sql(Request& r, MethodParam throw Exception("parser.runtime", 0, "produced no result, but no default option specified"); - val=0; //calm, compiler } r.write_no_lang(*new VDouble(val)); }