diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:15:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:15:58 +0000 |
commit | c9b1b2327c8aa4d550afdb6b542ea0d95073fe90 (patch) | |
tree | 22a299e375a8fe8a0f79e46c3c39aeed571bbce3 /basic/source/inc/parser.hxx | |
parent | 2c892da90f87e21314ef5079a782c6f7a6261df7 (diff) |
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
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r-- | basic/source/inc/parser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |