summaryrefslogtreecommitdiff
path: root/perlsfio.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-10-07 10:32:39 +0200
committerNicholas Clark <nick@ccl4.org>2013-10-07 10:32:39 +0200
commit5eb9f461ffc6ee3b593f727dcbe05bcdc77bde57 (patch)
tree38c4a1a7a236982933fedbdbd030235f0369c836 /perlsfio.h
parent29b43da2723775cbc8877ecd48c8e5aae8f087bc (diff)
downloadperl-5eb9f461ffc6ee3b593f727dcbe05bcdc77bde57.tar.gz
Purge remaining references to PerlIO_sprintf and PerlIO_vsprintf().
Eliminate their function prototypes. Eliminate references in perlio.sym and makedef.pl which caused them to still be added to the Win32 linker definitions.
Diffstat (limited to 'perlsfio.h')
-rw-r--r--perlsfio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perlsfio.h b/perlsfio.h
index 66ec10fdbd..05c81a6fa4 100644
--- a/perlsfio.h
+++ b/perlsfio.h
@@ -43,7 +43,6 @@ extern int _stdprintf _ARG_((const char*, ...));
#define PerlIO_puts(f,s) sfputr(f,s,-1)
#define PerlIO_putc(f,c) sfputc(f,c)
#define PerlIO_ungetc(f,c) sfungetc(f,c)
-#define PerlIO_sprintf sfsprintf
#define PerlIO_getc(f) sfgetc(f)
#define PerlIO_eof(f) sfeof(f)
#define PerlIO_error(f) sferror(f)