summaryrefslogtreecommitdiff
path: root/lang/gforth/files/patch-comp-i.fs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gforth/files/patch-comp-i.fs')
-rw-r--r--lang/gforth/files/patch-comp-i.fs16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gforth/files/patch-comp-i.fs b/lang/gforth/files/patch-comp-i.fs
new file mode 100644
index 000000000000..dd3abb7e8b2b
--- /dev/null
+++ b/lang/gforth/files/patch-comp-i.fs
@@ -0,0 +1,16 @@
+Index: comp-i.fs
+===================================================================
+RCS file: /usr/local/lib/cvs-repository/src-master/gforth/comp-i.fs,v
+retrieving revision 1.14
+diff -u -r1.14 comp-i.fs
+--- comp-i.fs 2003/08/25 14:17:43 1.14
++++ comp-i.fs 2004/03/10 16:26:46
+@@ -43,7 +43,7 @@
+ if
+ ." : images have the same base address; producing only a data-relocatable image" cr
+ else
+- offset abs expected-offset <> abort" images produced by different engines"
++ \ offset abs expected-offset <> abort" images produced by different engines"
+ ." offset=" offset . cr
+ 0 image1 i-field + ! 0 image2 i-field + !
+ endif