X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=fakesdio.h;h=614438096e0bd5423809cfd2a6fcf41bb9d26f59;hb=4bd8fafa9f9185d83cee6991ca49c6ac9b8782a4;hp=d2caa112215f3082631fc82bd405be2ded47c16f;hpb=4bb101f2758f169969171dfe6b70f68a406dcc1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/fakesdio.h b/fakesdio.h index d2caa11..6144380 100644 --- a/fakesdio.h +++ b/fakesdio.h @@ -65,7 +65,6 @@ #else #define printf PerlIO_stdoutf #endif -#endif #define fprintf PerlIO_printf #define stdin PerlIO_stdin() @@ -123,3 +122,12 @@ #define fscanf _CANNOT _fscanf_ #define fgets(s,n,f) _CANNOT _fgets_ +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */