aboutsummaryrefslogtreecommitdiff
path: root/lang/TenDRA/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/TenDRA/files/patch-ad')
-rw-r--r--lang/TenDRA/files/patch-ad45
1 files changed, 25 insertions, 20 deletions
diff --git a/lang/TenDRA/files/patch-ad b/lang/TenDRA/files/patch-ad
index bcf1e1e7e45d..707177d282d3 100644
--- a/lang/TenDRA/files/patch-ad
+++ b/lang/TenDRA/files/patch-ad
@@ -1,20 +1,25 @@
---- src/installers/80x86/common/scan2.c.orig Sat Jan 17 17:55:52 1998
-+++ src/installers/80x86/common/scan2.c Thu Jun 11 16:49:17 1998
-@@ -944,7 +944,7 @@
- *bottom = son(*bottom);
- }
- else
-- setsh (son(*bottom), ulongsh);
-+ setsh (*bottom, ulongsh);
- }
- }
- cc1 (sto, to, 1, e, notopnd, 1, usereg0);
-@@ -1127,7 +1127,7 @@
- *arglist = son(*arglist);
- }
- else
-- setsh (son(*arglist), (is_signed (sh (e)) ? slongsh : ulongsh));
-+ setsh (*arglist, (is_signed (sh (e)) ? slongsh : ulongsh));
- }
- if (last(*arglist))
- break;
+Index: src/installers/80x86/common/scan2.c
+===================================================================
+RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/installers/80x86/common/scan2.c,v
+retrieving revision 1.4
+diff -u -r1.4 scan2.c
+--- src/installers/80x86/common/scan2.c 21 Dec 2002 21:32:24 -0000 1.4
++++ src/installers/80x86/common/scan2.c 20 May 2003 21:55:22 -0000
+@@ -843,7 +843,7 @@
+ *bottom = son(*bottom);
+ }
+ else
+- setsh (son(*bottom), ulongsh);
++ setsh (*bottom, ulongsh);
+ }
+ }
+ cc1 (sto, to, 1, e, notopnd, 1, usereg0);
+@@ -1026,7 +1026,7 @@
+ *arglist = son(*arglist);
+ }
+ else
+- setsh (son(*arglist), (is_signed (sh (e)) ? slongsh : ulongsh));
++ setsh (*arglist, (is_signed (sh (e)) ? slongsh : ulongsh));
+ }
+ if (last(*arglist))
+ break;