From 619ed9bcce6ba6a56659ed59af9896fff67cbadb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 1 Nov 2006 15:14:20 +0000 Subject: 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 --- basic/source/comp/parser.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/comp/parser.cxx') 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 { -- cgit