From: Jarkko Hietaniemi Date: Fri, 14 Jun 2002 18:48:33 +0000 (+0000) Subject: Not that urgent a fix since inside #if 0, but still... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5f84f0ca09b5efa6a7c22bf133a7a0892389a45;p=p5sagit%2Fp5-mst-13.2.git Not that urgent a fix since inside #if 0, but still... p4raw-id: //depot/perl@17242 --- diff --git a/perlsfio.h b/perlsfio.h index 1b1b522..0a2cf3c 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -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)