Kaydet (Commit) 17b982b4 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS npower3 (1.21.68); FILE MERGED

2006/09/28 22:29:20 npower 1.21.68.3: RESYNC: (1.23-1.24); FILE MERGED
2006/06/28 11:01:31 npower 1.21.68.2: RESYNC: (1.21-1.23); FILE MERGED
2006/04/20 09:41:55 npower 1.21.68.1: #i64377# initial modifications to support large program sizes
üst 34bda820
......@@ -4,9 +4,9 @@
*
* $RCSfile: dim.cxx,v $
*
* $Revision: 1.25 $
* $Revision: 1.26 $
*
* last change: $Author: obo $ $Date: 2006-10-12 14:26:32 $
* last change: $Author: vg $ $Date: 2006-11-01 16:13:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -267,7 +267,7 @@ void SbiParser::DefVar( SbiOpcode eOp, BOOL bStatic )
SbiDimList* pDim;
// AB 9.7.97, #40689, Statics -> Modul-Initialisierung, in Sub ueberspringen
USHORT nEndOfStaticLbl = 0;
UINT32 nEndOfStaticLbl = 0;
if( bStatic )
{
nEndOfStaticLbl = aGen.Gen( _JUMP, 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment