--- parser3/src/main/execute.C 2001/04/06 12:34:54 1.141 +++ parser3/src/main/execute.C 2001/04/09 11:30:40 1.143 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: execute.C,v 1.141 2001/04/06 12:34:54 paf Exp $ + $Id: execute.C,v 1.143 2001/04/09 11:30:40 paf Exp $ */ #include "pa_config_includes.h" @@ -177,7 +177,7 @@ void Request::execute(const Array& ops) if(!value) THROW(0,0, &name, - ": undefined class"); + "class is undefined"); PUSH(value); break;