freebsd-ports/lang/stklos/files/patch-src-number.c
Martin Wilke 2462309b35 - Update to 0.82
PR:		ports/107925
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer
2007-01-15 14:56:12 +00:00

11 lines
273 B
C

--- src/number.c.orig Sat Feb 8 05:31:25 2003
+++ src/number.c Thu Apr 10 00:15:24 2003
@@ -2903,7 +2903,7 @@
*/
int STk_init_number(void)
{
-#if defined(__linux__) && defined(__alpha__)
+#if defined(__alpha__)
static union {
unsigned char a[4];
float f;