diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2003-01-20 15:09:08 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2003-01-20 15:09:08 +0000 |
commit | f2b1176c042dd0d792a0f916f759bd848210d4d8 (patch) | |
tree | fb7bca914e5dba8507fc44fd26d061bbdd2620bf /perl.h | |
parent | a211c3f8af40d0495c2f1a036a923353d5ad7a30 (diff) | |
download | perl-f2b1176c042dd0d792a0f916f759bd848210d4d8.tar.gz |
Move #define printf out of perl.h into appropriate
PerlIO files.
p4raw-id: //depot/perlio@18520
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -3820,17 +3820,6 @@ typedef struct am_table_short AMTS; # define Atoul(s) Strtoul(s, (char **)NULL, 10) #endif -#if !defined(PERLIO_IS_STDIO) -/* - * Remap printf - */ -#undef printf -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && !defined(PERL_GCC_PEDANTIC) -#define printf(fmt,args...) PerlIO_stdoutf(fmt,##args) -#else -#define printf PerlIO_stdoutf -#endif -#endif /* if these never got defined, they need defaults */ #ifndef PERL_SET_CONTEXT |