From 46721bdc5fab982c87a1a41d19e893bbae14f941 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Sat, 28 Oct 2000 04:48:01 +0000 Subject: [PATCH] undef'd printf for FreeBSD git-svn-id: svn://10.0.0.236/trunk@81930 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libutil/public/stopwatch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/modules/libutil/public/stopwatch.h b/mozilla/modules/libutil/public/stopwatch.h index 69c0c227c53..4a45f64801f 100644 --- a/mozilla/modules/libutil/public/stopwatch.h +++ b/mozilla/modules/libutil/public/stopwatch.h @@ -4,6 +4,8 @@ #include "nscore.h" #include "prlog.h" #include "nsDeque.h" +#undef printf +#undef fprintf #ifdef XP_MAC #define R__MAC