head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.01.26.06.14.41;	author lawrance;	state dead;
branches;
next	1.1;

1.1
date	2000.06.30.02.56.21;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2.1.10.
Remove BROKEN and replace with ONLY_FOR_ARCHS, since this distribution is
for 32-bit architectures.

PR:		ports/89613 (based on)
Submitted by:	Alexander Shiryaev <aixp@@mail.ru>
Approved by:	ob@@breuninger.org (maintainer, timeout 2 months)
@
text
@--- src/frontend/Scanner.Mod.orig	Tue Oct 19 20:41:03 1999
+++ src/frontend/Scanner.Mod	Wed Oct 27 00:36:47 1999
@@@@ -1335,4 +1335,5 @@@@
       kwStr[i, 0, 0] := 0X; kwStr[i, 1, 0] := 0X
     END;
+    KW ("AND", and);
     KW ("ARRAY", array); KW ("BEGIN", begin); KW ("BY", by); KW ("CASE", case);
     KW ("CONST", const); KW ("DIV", div); KW ("DO", do); KW ("ELSE", else);
@


1.1
log
@Add oo2c, an Oberon-2 compiler.

PR:		18215
Submitted by:	Oliver Breuninger <ob@@seicom.net>
@
text
@@

