summaryrefslogtreecommitdiff
path: root/lang/gforth/files/patch-comp-i.fs
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-10-21 13:11:07 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-10-21 13:11:07 +0000
commite5883676e3bafe62d87085a2a6a380ebb583c6a7 (patch)
tree18ef011c38a0851a039ac3363d474ac3362e5fe8 /lang/gforth/files/patch-comp-i.fs
parent- Try to unbroke (diff)
- Add files forgotten in the last commit
Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=175472
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