summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 15:04:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 15:04:28 (GMT)
commit7239bfe15aedb0a255b0fa5b1b8ab677b81bf431 (patch)
treea337f336cc93d84121a913e93989b3bfdebb6233 /macosx
parentc0388b9b107ebe9ded2ba4921230a57c602da2f9 (diff)
parent298c9aa866650c686294458c87c8e08c74d835ac (diff)
downloadtcl-7239bfe15aedb0a255b0fa5b1b8ab677b81bf431.zip
tcl-7239bfe15aedb0a255b0fa5b1b8ab677b81bf431.tar.gz
tcl-7239bfe15aedb0a255b0fa5b1b8ab677b81bf431.tar.bz2
Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileHandler
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXNotify.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index f769e5b..4a0b73c 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.
@@ -715,7 +715,7 @@ Tcl_InitNotifier(void)
*/
void
-TclMacOSXNotifierAddRunLoopMode(
+Tcl_MacOSXNotifierAddRunLoopMode(
const void *runLoopMode)
{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
@@ -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");
}