aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/files/patch-aa
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-02-20 16:50:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-02-20 16:50:54 +0000
commit9774b151f8e6c0615cc1dfaf3ba026c483fc61a8 (patch)
tree038af656242ad5fb073112949042e4021733906f /lang/smalltalk/files/patch-aa
parent9b3eb6afbec75f25ff57a1ee9c0ea94163b5e2a0 (diff)
Notes
Diffstat (limited to 'lang/smalltalk/files/patch-aa')
-rw-r--r--lang/smalltalk/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/smalltalk/files/patch-aa b/lang/smalltalk/files/patch-aa
index d2324a2f64af..b7e56afb64cc 100644
--- a/lang/smalltalk/files/patch-aa
+++ b/lang/smalltalk/files/patch-aa
@@ -1,8 +1,8 @@
---- 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 @@
-
+--- libgst/lex.c.orig Wed Dec 27 18:43:24 2000
++++ libgst/lex.c Sat Feb 10 10:11:18 2001
+@@ -52,6 +52,9 @@
#include <stdio.h>
+ #include <ctype.h>
#include <math.h>
+#if defined(__FreeBSD__)
+#include <floatingpoint.h>
@@ -10,7 +10,7 @@
#ifdef HAVE_READLINE
#include <readline/readline.h>
-@@ -735,6 +738,9 @@
+@@ -764,6 +767,9 @@
if (isNegative) {
num = -num;
}