summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 08:57:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 08:57:44 (GMT)
commitb642949ed7b8e3468c5ffbb18b1e5287d78fa6af (patch)
treef8124a96152d3cf96e12c225cff36d436db0ce19 /macosx
parent36243f703f9a61dadebac872264d42a7b5d4cf92 (diff)
parentb616f99ca6700e1a3855e719ff1733dd3a6bb5bc (diff)
downloadtcl-b642949ed7b8e3468c5ffbb18b1e5287d78fa6af.zip
tcl-b642949ed7b8e3468c5ffbb18b1e5287d78fa6af.tar.gz
tcl-b642949ed7b8e3468c5ffbb18b1e5287d78fa6af.tar.bz2
Rebase to core-8-branch
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXNotify.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index dd2b898..5279358 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -700,7 +700,7 @@ Tcl_InitNotifier(void)
/*
*----------------------------------------------------------------------
*
- * TclMacOSXNotifierAddRunLoopMode --
+ * Tcl_MacOSXNotifierAddRunLoopMode --
*
* Add the tcl notifier RunLoop source, observer and timer (if any)
* to the given RunLoop mode.
@@ -2138,10 +2138,10 @@ AtForkChild(void)
#else /* HAVE_COREFOUNDATION */
void
-TclMacOSXNotifierAddRunLoopMode(
+Tcl_MacOSXNotifierAddRunLoopMode(
const void *runLoopMode)
{
- Tcl_Panic("TclMacOSXNotifierAddRunLoopMode: "
+ Tcl_Panic("Tcl_MacOSXNotifierAddRunLoopMode: "
"Tcl not built with CoreFoundation support");
}