summaryrefslogtreecommitdiff
path: root/makedef.pl
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 /makedef.pl
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 'makedef.pl')
-rw-r--r--makedef.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/makedef.pl b/makedef.pl
index cd0d3fec40..5c4985933c 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -677,7 +677,6 @@ if ($define{'USE_PERLIO'}) {
PerlIO_set_cnt
PerlIO_set_ptrcnt
PerlIO_setlinebuf
- PerlIO_sprintf
PerlIO_stderr
PerlIO_stdin
PerlIO_stdout
@@ -805,9 +804,7 @@ try_symbols(qw(
PerlIO_getpos
PerlIO_init
PerlIO_setpos
- PerlIO_sprintf
PerlIO_tmpfile
- PerlIO_vsprintf
));
if ($ARGS{PLATFORM} eq 'win32') {