summaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-aa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-31 17:02:49 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-31 17:02:49 +0000
commitb148e9ca1d0a2be9f92b752086a612a5fca1dc41 (patch)
tree06d310651df7fb10b54016a7c20f7d7d9b267f80 /lang/smalltalk/files/patch-aa
parentremove a.out support (diff)
Update smalltalk to 1.7.3.
PR: 17685 Submitted by: Alexander Langer <alex@big.endian.de> Patch by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27191
Diffstat (limited to 'lang/smalltalk/files/patch-aa')
-rw-r--r--lang/smalltalk/files/patch-aa18
1 files changed, 11 insertions, 7 deletions
diff --git a/lang/smalltalk/files/patch-aa b/lang/smalltalk/files/patch-aa
index cd9dcdea95ec..d2324a2f64af 100644
--- a/lang/smalltalk/files/patch-aa
+++ b/lang/smalltalk/files/patch-aa
@@ -1,18 +1,22 @@
---- lib/lex.c.old Sun Dec 26 10:56:37 1999
-+++ lib/lex.c Sun Dec 26 10:57:50 1999
-@@ -48,6 +48,7 @@
- #include "sysdep.h"
+--- lib/lex.c.orig Mon Feb 21 19:05:50 2000
++++ lib/lex.c Sat Mar 25 21:43:17 2000
+@@ -50,6 +50,9 @@
+
#include <stdio.h>
#include <math.h>
++#if defined(__FreeBSD__)
+#include <floatingpoint.h>
++#endif
+
#ifdef HAVE_READLINE
#include <readline/readline.h>
- #include <readline/history.h>
-@@ -693,6 +694,7 @@
+@@ -735,6 +738,9 @@
if (isNegative) {
num = -num;
}
++#if defined(__FreeBSD__)
+ fpsetmask(0);
++#endif
- if (dotSeen) {
+ if (isFloat) {
lvalp->fval = num;