--- parser3/src/classes/int.C 2003/07/24 11:31:20 1.50 +++ parser3/src/classes/int.C 2003/11/20 16:34:23 1.52 @@ -5,7 +5,7 @@ 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: 2003/11/20 16:34:23 $"; #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)); }