diff options
author | Chip Salzenberg <chip@pobox.com> | 1999-11-19 17:20:19 +0000 |
---|---|---|
committer | chip <chip@pobox.com> | 1999-11-19 17:20:19 +0000 |
commit | 39455587272ccf6d83a5aefd9eeb8c2025729f1e (patch) | |
tree | 4f40272d867c3da087f74f2f7dc10862db5d8adc /perl.h | |
parent | e323741737633027a4605d074649eee3af027cf2 (diff) | |
download | perl-39455587272ccf6d83a5aefd9eeb8c2025729f1e.tar.gz |
Undef printf before redirecting it to PerlIO_stdoutf.
(Avoids an irritating warning when compiling with PerlIO.)
p4raw-id: //depot/perl@4599
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3012,6 +3012,7 @@ typedef struct am_table_short AMTS; * Now we have __attribute__ out of the way * Remap printf */ +#undef printf #define printf PerlIO_stdoutf #endif |