Index: head/lang/modula-3-lib/files/patch-bv =================================================================== --- head/lang/modula-3-lib/files/patch-bv (nonexistent) +++ head/lang/modula-3-lib/files/patch-bv (revision 23784) @@ -0,0 +1,11 @@ +--- 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; + Property changes on: head/lang/modula-3-lib/files/patch-bv ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property