Fix improper #ifdef.

PR:		19024
Submitted by:	Alexander Langer <alex@big.endian.de>
This commit is contained in:
Will Andrews 2000-06-07 16:06:47 +00:00
parent e2548f2fb4
commit 20b9259c7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29313

View File

@ -5,7 +5,7 @@
* Disable floating point exepctions
*/
-#ifdef __FreeBSD__
+#ifdef __FreeBSD__ && !defined(__alpha__)
+#if defined(__FreeBSD__) && !defined(__alpha__)
# include <floatingpoint.h>
{
/* seet floating point mask to the Linux default */