--- parser3/src/main/compile.y 2003/03/26 07:45:23 1.204.2.8.2.4 +++ parser3/src/main/compile.y 2003/03/26 18:52:50 1.204.2.8.2.5 @@ -5,7 +5,7 @@ Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.y,v 1.204.2.8.2.4 2003/03/26 07:45:23 paf Exp $ + $Id: compile.y,v 1.204.2.8.2.5 2003/03/26 18:52:50 paf Exp $ */ /** @@ -158,7 +158,7 @@ control_method: '@' STRING '\n' YYERROR; } } else if(command==USE_CONTROL_METHOD_NAME) { - for(int i=0; icount(); i+=2) + for(size_t i=0; icount(); i+=2) PC.request.use_file(PC.request.main_class, *LA2S(*strings_code, i)); } else if(command==BASE_NAME) { if(PC.cclass->base_class()) { // already changed from default?