diff options
Diffstat (limited to 'dev-lang/gforth/files/0.6.2-c-to-forth-to-c.patch')
| -rw-r--r-- | dev-lang/gforth/files/0.6.2-c-to-forth-to-c.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-lang/gforth/files/0.6.2-c-to-forth-to-c.patch b/dev-lang/gforth/files/0.6.2-c-to-forth-to-c.patch deleted file mode 100644 index 28ab2e5f572f..000000000000 --- a/dev-lang/gforth/files/0.6.2-c-to-forth-to-c.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: engine/main.c -=================================================================== -RCS file: /usr/local/lib/cvs-repository/src-master/gforth/engine/main.c,v -retrieving revision 1.139 -retrieving revision 1.140 -diff -u -r1.139 -r1.140 ---- engine/main.c.old 2004/01/20 19:07:41 1.139 -+++ engine/main.c 2004/04/10 00:16:55 1.140 -@@ -70,8 +70,21 @@ - - void engine_callback(Xt* fcall, void * alist) - { -+ /* save global valiables */ -+ Cell *rp = RP; -+ Cell *sp = SP; -+ Float *fp = FP; -+ Address lp = LP; -+ - clist = (va_alist)alist; -- engine(fcall, SP, RP, FP, LP); -+ -+ engine(fcall, sp, rp, fp, lp); -+ -+ /* restore global variables */ -+ RP = rp; -+ SP = sp; -+ FP = fp; -+ LP = lp; - } - #endif
\ No newline at end of file |
