Mercurial > hg > octave-lojdl > gnulib-hg
diff lib/freadable.c @ 14380:5cee7a3cd6ca
maint: adjust cpp indentation for my modules, as well
* Makefile (sc_cpp_indent_check): Add my name.
* lib/fbufmode.c: Filter through cppi.
* lib/fpurge.c: Likewise.
* lib/freadable.c: Likewise.
* lib/freading.c: Likewise.
* lib/fwritable.c: Likewise.
* lib/fwriting.c: Likewise.
* lib/sigaction.c: Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Tue, 22 Feb 2011 08:21:47 -0700 |
parents | 97fc9a21a8fb |
children | 20a2699b8a90 |
line wrap: on
line diff
--- a/lib/freadable.c +++ b/lib/freadable.c @@ -40,6 +40,6 @@ #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 }