X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4c79ee7a1e7564ef83d0ac25d6677fdebb3ec7aa..5522fd96a797ef2e8fe1cc39bc3b46cb29ff7920:/fakesdio.h diff --git a/fakesdio.h b/fakesdio.h index edec029..b8f972a 100644 --- a/fakesdio.h +++ b/fakesdio.h @@ -1,6 +1,6 @@ -/* fakestdio.h +/* fakesdio.h * - * Copyright (c) 2000-2003, Larry Wall + * Copyright (C) 2000, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -65,7 +65,6 @@ #else #define printf PerlIO_stdoutf #endif -#endif #define fprintf PerlIO_printf #define stdin PerlIO_stdin() @@ -123,3 +122,6 @@ #define fscanf _CANNOT _fscanf_ #define fgets(s,n,f) _CANNOT _fgets_ +/* + * ex: set ts=8 sts=4 sw=4 et: + */