#75578# Changed With-Handling

This commit is contained in:
Andreas Bregas
2000-10-10 12:02:28 +00:00
parent 6048b840fa
commit df7caa703b
4 changed files with 17 additions and 16 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: exprnode.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
* last change: $Author: ab $ $Date: 2000-10-10 13:02:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,8 +124,8 @@ void SbiExprNode::BaseInit( SbiParser* p )
eTok = NIL;
pLeft = NULL;
pRight = NULL;
pWithParent = NULL;
bComposite = FALSE;
bPartOfWith = FALSE;
bError = FALSE;
}