--- parser3/src/main/compile.y 2003/03/24 14:53:57 1.204.2.8.2.3 +++ parser3/src/main/compile.y 2003/03/26 07:45:23 1.204.2.8.2.4 @@ -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.3 2003/03/24 14:53:57 paf Exp $ + $Id: compile.y,v 1.204.2.8.2.4 2003/03/26 07:45:23 paf Exp $ */ /** @@ -1299,7 +1299,7 @@ break2: PC.string.append(begin, end-begin); } } - if(PC.string!=CORD_EMPTY) { // something accumulated? + if(!PC.string.is_empty()) { // something accumulated? // create STRING value: array of OP_VALUE+vstring *lvalp=VL(new VString(*new String(PC.string, String::L_CLEAN))); // new pieces storage