summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/files/patch-bi
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-01-17 21:12:15 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-01-17 21:12:15 +0000
commitf118640d86dd7fd53c5931a9bee01fb3e2e628a4 (patch)
treeaa38d63010b4d582b6e8438c6a453787d5255443 /lang/modula-3-lib/files/patch-bi
parentoriginal distribution updated to version 980118. (diff)
Fix all the paths in context diff headers and remove the Index
lines, since the WORTHLESS, BROKEN new version of patch ignores them.
Diffstat (limited to 'lang/modula-3-lib/files/patch-bi')
-rw-r--r--lang/modula-3-lib/files/patch-bi10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/modula-3-lib/files/patch-bi b/lang/modula-3-lib/files/patch-bi
index 74a018c9ba18..3592bb46306d 100644
--- a/lang/modula-3-lib/files/patch-bi
+++ b/lang/modula-3-lib/files/patch-bi
@@ -9,9 +9,8 @@ Bug fix from SRC:
two array types are not assignable if they have different base
indices, even if they have the same size.
-Index: m3/m3front/src/types/ArrayType.m3
---- ArrayType.m3.orig Tue May 23 15:24:27 1995
-+++ ArrayType.m3 Mon Sep 30 11:12:31 1996
+--- m3/m3front/src/types/ArrayType.m3.orig Tue May 23 15:24:27 1995
++++ m3/m3front/src/types/ArrayType.m3 Mon Sep 30 11:12:31 1996
@@ -286,7 +286,9 @@
a := Reduce (ta); b := Reduce (tb);
IF (a = NIL) OR (b = NIL) THEN EXIT END;
@@ -23,9 +22,8 @@ Index: m3/m3front/src/types/ArrayType.m3
END;
ta := a.element;
tb := b.element;
-Index: m3/m3front/src/types/OpenArrayType.m3
---- OpenArrayType.m3.orig Tue May 23 15:24:22 1995
-+++ OpenArrayType.m3 Mon Sep 30 11:13:12 1996
+--- m3/m3front/src/types/OpenArrayType.m3.orig Tue May 23 15:24:22 1995
++++ m3/m3front/src/types/OpenArrayType.m3 Mon Sep 30 11:13:12 1996
@@ -188,7 +188,9 @@
(* peel off the fixed dimensions as long as the sizes are equal *)