summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-11-19 17:20:19 +0000
committerchip <chip@pobox.com>1999-11-19 17:20:19 +0000
commit39455587272ccf6d83a5aefd9eeb8c2025729f1e (patch)
tree4f40272d867c3da087f74f2f7dc10862db5d8adc /perl.h
parente323741737633027a4605d074649eee3af027cf2 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index b3ea9fb8db..3fe64a8711 100644
--- a/perl.h
+++ b/perl.h
@@ -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