Fix build on alpha.
Noticed by: bento via kris Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
This commit is contained in:
parent
e892677ebb
commit
feac278b28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78668
11
lang/stklos/files/patch-src::number.c
Normal file
11
lang/stklos/files/patch-src::number.c
Normal 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;
|
Loading…
Reference in New Issue
Block a user