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.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 'perlio.h')
-rw-r--r-- | perlio.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -281,10 +281,6 @@ PERL_EXPORT_C void PerlIO_setlinebuf(PerlIO *); PERL_EXPORT_C int PerlIO_printf(PerlIO *, const char *, ...) __attribute__format__(__printf__, 2, 3); #endif -#ifndef PerlIO_sprintf -PERL_EXPORT_C int PerlIO_sprintf(char *, int, const char *, ...) - __attribute__format__(__printf__, 3, 4); -#endif #ifndef PerlIO_vprintf PERL_EXPORT_C int PerlIO_vprintf(PerlIO *, const char *, va_list); #endif |