1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/smalltalk/files/patch-aa
Steve Price 81a6313344 Update to version 1.6.2.
PR:		15712
Submitted by:	maintainer
1999-12-27 21:43:34 +00:00

19 lines
401 B
Plaintext

--- 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"
#include <stdio.h>
#include <math.h>
+#include <floatingpoint.h>
#ifdef HAVE_READLINE
#include <readline/readline.h>
#include <readline/history.h>
@@ -693,6 +694,7 @@
if (isNegative) {
num = -num;
}
+ fpsetmask(0);
if (dotSeen) {
lvalp->fval = num;