--- parser3/src/classes/int.C 2003/07/24 11:31:20 1.50 +++ parser3/src/classes/int.C 2004/02/11 15:33:12 1.53 @@ -1,11 +1,11 @@ /** @file Parser: @b int parser class. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_INT_C="$Date: 2003/07/24 11:31:20 $"; +static const char * const IDENT_INT_C="$Date: 2004/02/11 15:33:12 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -89,7 +89,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 VInt(val)); }