From c9b1b2327c8aa4d550afdb6b542ea0d95073fe90 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 1 Nov 2006 15:15:58 +0000 Subject: INTEGRATION: CWS npower3 (1.8.70); FILE MERGED 2006/06/28 11:03:33 npower 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/20 09:41:56 npower 1.8.70.1: #i64377# initial modifications to support large program sizes --- basic/source/inc/parser.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/inc/parser.hxx') diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx index 9c3106b7a868..5ce0d84df1f6 100644 --- a/basic/source/inc/parser.hxx +++ b/basic/source/inc/parser.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:12:25 $ + * last change: $Author: vg $ $Date: 2006-11-01 16:15:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ class SbiParser : public SbiTokenizer SbiProcDef* pProc; // aktuelle Prozedur SbiExprNode* pWithVar; // aktuelle With-Variable SbiToken eEndTok; // das Ende-Token - USHORT nGblChain; // Chainkette fuer globale DIMs + UINT32 nGblChain; // Chainkette fuer globale DIMs BOOL bGblDefs; // TRUE globale Definitionen allgemein BOOL bNewGblDefs; // TRUE globale Definitionen vor Sub BOOL bSingleLineIf; // TRUE einzeiliges if-Statement -- cgit v1.2.3