summaryrefslogtreecommitdiff
path: root/basic/source/comp/parser.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 15:14:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 15:14:20 +0000
commit619ed9bcce6ba6a56659ed59af9896fff67cbadb (patch)
tree6966ea7643a9cd9ab8c02e2a1561f6300828865e /basic/source/comp/parser.cxx
parent10b1ea4f2b5b62b6507eee366f188aea41863db5 (diff)
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
Diffstat (limited to 'basic/source/comp/parser.cxx')
-rw-r--r--basic/source/comp/parser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx
index 0b1f0aab59b2..59e0689f8990 100644
--- a/basic/source/comp/parser.cxx
+++ b/basic/source/comp/parser.cxx
@@ -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 {