summaryrefslogtreecommitdiff
path: root/nostdio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2003-01-20 15:09:08 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2003-01-20 15:09:08 +0000
commitf2b1176c042dd0d792a0f916f759bd848210d4d8 (patch)
treefb7bca914e5dba8507fc44fd26d061bbdd2620bf /nostdio.h
parenta211c3f8af40d0495c2f1a036a923353d5ad7a30 (diff)
downloadperl-f2b1176c042dd0d792a0f916f759bd848210d4d8.tar.gz
Move #define printf out of perl.h into appropriate
PerlIO files. p4raw-id: //depot/perlio@18520
Diffstat (limited to 'nostdio.h')
-rw-r--r--nostdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nostdio.h b/nostdio.h
index ed51758e65..9726114647 100644
--- a/nostdio.h
+++ b/nostdio.h
@@ -68,8 +68,10 @@ struct _FILE;
#undef tmpfile
#undef ungetc
#undef vfprintf
+#undef printf
#define fprintf _CANNOT _fprintf_
+#define printf _CANNOT _printf_
#define stdin _CANNOT _stdin_
#define stdout _CANNOT _stdout_
#define stderr _CANNOT _stderr_