head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.21.23.41.40;	author jdp;	state dead;
branches;
next	1.1;

1.1
date	99.12.16.08.11.01;	author asami;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the old modula-3 and modula-3-lib ports.  They are superseded
by the pm3-* family of ports, which build a newer and better-maintained
version of Modula-3.  I have converted all ports which depended on
modula-3 to use pm3-* instead.

PR:		ports/27664 is rendered irrelevant
@
text
@--- m3/m3core/src/float/Common/DragonInt.m3.orig	Fri Jul  7 13:26:16 1995
+++ m3/m3core/src/float/Common/DragonInt.m3	Wed Dec 15 09:17:34 1999
@@@@ -421,7 +421,7 @@@@
     t.s := n_words;
     t.w := s.next;
     INC (s.next, n_words);
-    IF (s.next > NUMBER (s.w^)) THEN Expand (s); END;
+    IF (s.next >= NUMBER (s.w^)) THEN Expand (s); END;
     RETURN ADR (s.w[t.w]);
   END InitValue;
 
@


1.1
log
@Fix problem that could cause cvsup to abort in some cases.

Submitted by:	jdp
@
text
@@

