diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 18:48:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-14 18:48:33 +0000 |
commit | 101e9227addf8bf04430038250d92394ab4e6cdd (patch) | |
tree | bfa10e904bf2521af853ca506928e8ca958b11e8 /perlsfio.h | |
parent | 53135987d6955782920f3c1b63a1c343e7657cdc (diff) | |
download | perl-101e9227addf8bf04430038250d92394ab4e6cdd.tar.gz |
Not that urgent a fix since inside #if 0, but still...
p4raw-id: //depot/perl@17242
Diffstat (limited to 'perlsfio.h')
-rw-r--r-- | perlsfio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perlsfio.h b/perlsfio.h index 1b1b522ed8..0a2cf3c558 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) |