ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / lib / fwritable.c
index fdda290f10271c740d553ca0a8513a26d212341f..04bc97c5b90ed9fa8618a9e34ef83e3e11c93b4e 100644 (file)
@@ -40,6 +40,6 @@ fwritable (FILE *fp)
 #elif defined __MINT__              /* Atari FreeMiNT */
   return fp->__mode.__write;
 #else
- #error "Please port gnulib fwritable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
+error "Please port gnulib fwritable.c to your platform! Look at the definition of fopen, fdopen on your system, then report this to bug-gnulib."
 #endif
 }