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
commit3254d6eaa009a8aa5ac8173128c9ca1080f37767 (patch)
tree06c2d8eff9ebd271b153ca3730f35ad71432ed03 /basic/source/comp/parser.cxx
parent6f3ec28901cf8c8a1d70d2536cf7957c8d1cc5a2 (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 61d9e6ab63..b1d78e585d 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 {