summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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