freebsd-ports/lang/TenDRA/files/patch-ad
Robert Nordier b08f5de970 Further corrections to long long support.
Obtained from: Peter Edwards, DERA.
1998-06-11 15:21:08 +00:00

21 lines
587 B
Plaintext

--- 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;