diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-10-07 10:32:39 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-10-07 10:32:39 +0200 |
commit | 5eb9f461ffc6ee3b593f727dcbe05bcdc77bde57 (patch) | |
tree | 38c4a1a7a236982933fedbdbd030235f0369c836 /perlio.sym | |
parent | 29b43da2723775cbc8877ecd48c8e5aae8f087bc (diff) | |
download | perl-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 'perlio.sym')
-rw-r--r-- | perlio.sym | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perlio.sym b/perlio.sym index bca044cc27..30c3f61a54 100644 --- a/perlio.sym +++ b/perlio.sym @@ -21,10 +21,8 @@ PerlIO_releaseFILE PerlIO_reopen PerlIO_rewind PerlIO_setpos -PerlIO_sprintf PerlIO_stdoutf PerlIO_teardown PerlIO_tmpfile PerlIO_ungetc PerlIO_vprintf -PerlIO_vsprintf |