summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-08-20 16:21:34 +0000
committercls%seawood.org <devnull@localhost>1999-08-20 16:21:34 +0000
commit8cdbd95c18a1f3499c98f67425597e1576bace22 (patch)
treeca41222ca55c2632380291f63011bf780140bbc9
parent152f1d0c21866d8ac445942ee7348f53cb235e2c (diff)
downloadnspr-hg-unlabeled-3.10.24.tar.gz
Merged with HEAD from 8/18 or so.unlabeled-3.10.24
-rw-r--r--pr/src/io/prlog.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pr/src/io/prlog.c b/pr/src/io/prlog.c
index 6d7e4e16..24dbfdde 100644
--- a/pr/src/io/prlog.c
+++ b/pr/src/io/prlog.c
@@ -481,3 +481,12 @@ PR_IMPLEMENT(void) PR_Assert(const char *s, const char *file, PRIntn ln)
#endif
#endif /* PR_LOGGING */
}
+
+#ifdef XP_MAC
+PR_IMPLEMENT(void) PR_Init_Log(void)
+{
+#ifdef PR_LOGGING
+ _PR_InitLog();
+#endif
+}
+#endif