frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / freadable.c
index e1420f07bfae1c0ccc61ed4a8e3fc3b99edaef35..065eb3f0015341c29b57b5e32aa681d654763ab1 100644 (file)
@@ -40,6 +40,6 @@ freadable (FILE *fp)
 #elif defined __MINT__              /* Atari FreeMiNT */
   return fp->__mode.__read;
 #else
- #error "Please port gnulib freadable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
+error "Please port gnulib freadable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
 #endif
 }