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 /perliol.h | |
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 'perliol.h')
-rw-r--r-- | perliol.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -158,8 +158,6 @@ PERL_EXPORT_C PerlIO_list_t * PerlIO_resolve_layers(pTHX_ const char *layers, co PERL_EXPORT_C PerlIO_funcs * PerlIO_default_layer(pTHX_ I32 n); PERL_EXPORT_C PerlIO_list_t * PerlIO_default_layers(pTHX); PERL_EXPORT_C PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f); -PERL_EXPORT_C int PerlIO_vsprintf(char *s, int n, const char *fmt, va_list ap) - __attribute__format__(__printf__,3,0); PERL_EXPORT_C PerlIO_list_t *PerlIO_list_alloc(pTHX); PERL_EXPORT_C PerlIO_list_t *PerlIO_clone_list(pTHX_ PerlIO_list_t *proto, CLONE_PARAMS *param); |