Fix build on alpha.

This commit is contained in:
Alexander Nedotsukov 2004-01-30 07:22:41 +00:00
parent 63ca50040c
commit 5cbdc97fe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99468

View file

@ -0,0 +1,11 @@
--- src/main.c.orig Fri Jan 30 15:23:48 2004
+++ src/main.c Fri Jan 30 15:24:10 2004
@@ -200,7 +200,7 @@
}
#ifdef HAVE_FPSETMASK
- fpresetsticky(FP_X_DZ|FP_X_INV);
+ fpsetsticky(FP_X_DZ|FP_X_INV);
fpsetmask(FP_X_DZ|FP_X_INV);
#endif
return result;