xnanosleep: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / signbitf.c
index 8b0f93c9e9c6ce70004ee0ba447b516b3b59d7dd..3ec472f1a877f194db378cd7e9c1f2d14c1787d6 100644 (file)
@@ -1,5 +1,5 @@
 /* signbit() macro: Determine the sign bit of a floating-point number.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include <math.h>
 
 #include <string.h>
-#include "isnanf.h"
+#include "isnanf-nolibm.h"
 #include "float+.h"
 
-#undef gl_signbitf
+#ifdef gl_signbitf_OPTIMIZED_MACRO
+# undef gl_signbitf
+#endif
 
 int
 gl_signbitf (float arg)