--- parser3/src/main/compile.y 2001/03/24 10:54:46 1.110 +++ parser3/src/main/compile.y 2001/03/24 15:58:00 1.111 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.y,v 1.110 2001/03/24 10:54:46 paf Exp $ + $Id: compile.y,v 1.111 2001/03/24 15:58:00 paf Exp $ */ /** @@ -157,7 +157,7 @@ control_method: '@' STRING '\n' if(command==USE_CONTROL_METHOD_NAME) { for(int i=0; isize(); i+=2) PC->request->use_file( - PC->request->absolute(SLA2S(strings_code, i)->cstr())); + PC->request->absolute(*SLA2S(strings_code, i))); } else if(command==BASE_NAME) { if(PC->cclass->base()!=&PC->request->ROOT) { // already changed from default? strcpy(PC->error, "class already have a base '");