INTEGRATION: CWS npower7 (1.16.42); FILE MERGED
2007/05/02 09:45:21 npower 1.16.42.1: #i#68898#
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: codegen.cxx,v $
|
* $RCSfile: codegen.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.17 $
|
* $Revision: 1.18 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2007-06-27 14:19:50 $
|
* last change: $Author: vg $ $Date: 2007-08-30 09:59:33 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -135,7 +135,7 @@ void SbiCodeGen::Save()
|
|||||||
// OPTION EXPLICIT-Flag uebernehmen
|
// OPTION EXPLICIT-Flag uebernehmen
|
||||||
if( pParser->bExplicit )
|
if( pParser->bExplicit )
|
||||||
p->SetFlag( SBIMG_EXPLICIT );
|
p->SetFlag( SBIMG_EXPLICIT );
|
||||||
if( pParser->bVBASupportOn )
|
if( pParser->IsVBASupportOn() )
|
||||||
p->SetFlag( SBIMG_VBASUPPORT );
|
p->SetFlag( SBIMG_VBASUPPORT );
|
||||||
|
|
||||||
int nIfaceCount = 0;
|
int nIfaceCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user