Kaydet (Commit) 619ed9bc authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS npower3 (1.13.64); FILE MERGED

2006/09/28 22:30:08 npower 1.13.64.3: RESYNC: (1.16-1.17); FILE MERGED
2006/06/28 11:02:33 npower 1.13.64.2: RESYNC: (1.13-1.16); FILE MERGED
2006/04/20 09:41:55 npower 1.13.64.1: #i64377# initial modifications to support large program sizes
üst 10b1ea4f
......@@ -4,9 +4,9 @@
*
* $RCSfile: parser.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:03:03 $
* last change: $Author: vg $ $Date: 2006-11-01 16:14:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -45,7 +45,7 @@ struct SbiParseStack { // "Stack" fuer Statement-Blocks
SbiParseStack* pNext; // Chain
SbiExprNode* pWithVar; // Variable fuer WITH
SbiToken eExitTok; // Exit-Token
USHORT nChain; // JUMP-Chain
UINT32 nChain; // JUMP-Chain
};
struct SbiStatement {
......
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