This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Nit to the maintainers list by SADAHIRO Tomoyuki
[perl5.git] / perlsfio.h
index 1b1b522..c5595c7 100644 (file)
@@ -1,6 +1,6 @@
 /*    perlsfio.h
  *
- *    Copyright (c) 1987-2002, Larry Wall
+ *    Copyright (C) 1996, 1999, 2000, 2001, 2002, 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.
@@ -60,11 +60,11 @@ extern int  _stdprintf _ARG_((const char*, ...));
 #define PerlIO_tmpfile()               sftmp(0)
 
 #if 0
-#define PerlIO_importFILE(f,fl)                ((void) Perl_croak(aTHX_ "Import from FILE * unimplemeted"), NULL)
+#define PerlIO_importFILE(f,fl)                ((void) Perl_croak(aTHX_ "Import from FILE * unimplemented"), NULL)
 #define PerlIO_findFILE(f)             NULL
 #endif
-#define PerlIO_exportFILE(f,fl)                Perl_croak(aTHX_ "Export to FILE * unimplemeted")
-#define PerlIO_releaseFILE(p,f)                Perl_croak(aTHX_ "Release of FILE * unimplemeted")
+#define PerlIO_exportFILE(f,fl)                Perl_croak(aTHX_ "Export to FILE * unimplemented")
+#define PerlIO_releaseFILE(p,f)                Perl_croak(aTHX_ "Release of FILE * unimplemented")
 
 #define PerlIO_setlinebuf(f)           sfset(f,SF_LINE,1)