summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXNotify.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-28 12:31:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-28 12:31:47 (GMT)
commiteaf7ff26235ed9b4fd65eb3ff15c2b415f540d0d (patch)
treecd398a91c05c87415a172531e9c8f08fa474929b /macosx/tclMacOSXNotify.c
parentedc8f4f5a979ccc03265007043d077ac570eb4db (diff)
downloadtcl-eaf7ff26235ed9b4fd65eb3ff15c2b415f540d0d.zip
tcl-eaf7ff26235ed9b4fd65eb3ff15c2b415f540d0d.tar.gz
tcl-eaf7ff26235ed9b4fd65eb3ff15c2b415f540d0d.tar.bz2
Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]
Diffstat (limited to 'macosx/tclMacOSXNotify.c')
-rw-r--r--macosx/tclMacOSXNotify.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index ef80192..3981855 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -593,7 +593,7 @@ Tcl_InitNotifier(void)
/*
*----------------------------------------------------------------------
*
- * TclMacOSXNotifierAddRunLoopMode --
+ * Tcl_MacOSXNotifierAddRunLoopMode --
*
* Add the tcl notifier RunLoop source, observer and timer (if any)
* to the given RunLoop mode.
@@ -608,7 +608,7 @@ Tcl_InitNotifier(void)
*/
void
-TclMacOSXNotifierAddRunLoopMode(
+Tcl_MacOSXNotifierAddRunLoopMode(
const void *runLoopMode)
{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
@@ -2018,10 +2018,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");
}