X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffwritable.c;h=04bc97c5b90ed9fa8618a9e34ef83e3e11c93b4e;hb=5bf4ad0bfa91baa20e4f39f47bfb8b4dd00df720;hp=fdda290f10271c740d553ca0a8513a26d212341f;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/fwritable.c b/lib/fwritable.c index fdda290f1..04bc97c5b 100644 --- a/lib/fwritable.c +++ b/lib/fwritable.c @@ -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 }