--- parser3/src/main/compile.tab.C 2003/04/03 15:36:03 1.81.2.13.2.30 +++ parser3/src/main/compile.tab.C 2003/04/04 06:33:26 1.81.2.13.2.31 @@ -43,7 +43,7 @@ Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.tab.C,v 1.81.2.13.2.30 2003/04/03 15:36:03 paf Exp $ + $Id: compile.tab.C,v 1.81.2.13.2.31 2003/04/04 06:33:26 paf Exp $ */ /** @@ -1076,7 +1076,7 @@ case 8: // append to request's classes PC.request.classes().put(name, cclass); } else { - strcpy(PC.error, "@"CLASS_NAME" must contain sole name"); + strcpy(PC.error, "@"CLASS_NAME" must contain only one line with class name (contains more then one)"); YYERROR; } } else if(command==USE_CONTROL_METHOD_NAME) {