isfinite, isinf: Fix link error on AIX 6 and 7.
[gnulib.git] / lib / fwriting.c
index 5322e9f..fd40f51 100644 (file)
@@ -1,5 +1,5 @@
 /* Retrieve information about a FILE stream.
-   Copyright (C) 2007-2010 Free Software Foundation, Inc.
+   Copyright (C) 2007-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
@@ -51,6 +51,6 @@ fwriting (FILE *fp)
   return (fp->__buffer < fp->__put_limit /*|| fp->__bufp == fp->__get_limit ??*/);
 # endif
 #else
- #error "Please port gnulib fwriting.c to your platform!"
+error "Please port gnulib fwriting.c to your platform!"
 #endif
 }