--- parser3/src/main/compile.C 2005/07/25 08:53:12 1.76 +++ parser3/src/main/compile.C 2005/08/09 08:14:51 1.78 @@ -1,16 +1,15 @@ /** @file Parser: compiler part of request class. - Copyright (c) 2001-2004 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 * const IDENT_COMPILE_C="$Date: 2005/07/25 08:53:12 $"; +static const char * const IDENT_COMPILE_C="$Date: 2005/08/09 08:14:51 $"; #include "pa_opcode.h" #include "pa_request.h" #include "compile_tools.h" -#include "pa_vclass.h" extern int yydebug; extern int yyparse (void *); @@ -35,9 +34,6 @@ VStateless_class& Request::compile(VStat "%s(%d:%d): %s", file_list[file_no].cstr(), 1+pc.pos.line, 1+pc.pos.col, pc.error); } - // fill properties - static_cast(pc.cclass)->fill_properties(); - // result return *pc.cclass; }