Fix build on alpha.

Noticed by:	bento via kris
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-04-09 15:18:48 +00:00
parent e892677ebb
commit feac278b28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78668

View File

@ -0,0 +1,11 @@
--- 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;