From 57000f74e0e4e8d355366f7004278f3b49b81488 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 12:35:49 +0000 Subject: INTEGRATION: CWS jl5vba (1.2.94); FILE MERGED 2004/01/21 09:39:37 ab 1.2.94.1: #111934# Merge to src680, for tasks see message INTEGRATION: CWS ab02vba (1.2.6) --- basic/source/inc/token.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basic') diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx index aff367a6b54b..caf5dc47a0f1 100644 --- a/basic/source/inc/token.hxx +++ b/basic/source/inc/token.hxx @@ -2,9 +2,9 @@ * * $RCSfile: token.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2003-04-23 16:58:02 $ + * last change: $Author: obo $ $Date: 2004-03-17 13:35:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,10 +128,10 @@ enum SbiToken { IMP, CAT, LIKE, IS, // Sonstiges: FIRSTEXTRA, - NUMBER=FIRSTEXTRA, FIXSTRING, SYMBOL, _CDECL_, BYVAL, + NUMBER=FIRSTEXTRA, FIXSTRING, SYMBOL, _CDECL_, BYVAL, BYREF, OUTPUT, RANDOM, APPEND, BINARY, ACCESS, LOCK, READ, PRESERVE, BASE, ANY, LIB, _OPTIONAL_, - EXPLICIT, + EXPLICIT, COMPATIBLE, // Ab hier kommen JavaScript-Tokens (gleiches enum, damit gleicher Typ) FIRSTJAVA, -- cgit