summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 09:24:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-22 09:24:13 (GMT)
commitc5aae32dee3c6d3ca8fcabdb8b9c29df4f7e465a (patch)
treebd82b61c182b6f50b9e6161505c56bfb1b41a0f3 /macosx
parentb642949ed7b8e3468c5ffbb18b1e5287d78fa6af (diff)
downloadtcl-c5aae32dee3c6d3ca8fcabdb8b9c29df4f7e465a.zip
tcl-c5aae32dee3c6d3ca8fcabdb8b9c29df4f7e465a.tar.gz
tcl-c5aae32dee3c6d3ca8fcabdb8b9c29df4f7e465a.tar.bz2
Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNotifierAddRunLoopMode
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index 5279358..5bdc5a3 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -715,7 +715,7 @@ Tcl_InitNotifier(void)
*/
void
-TclMacOSXNotifierAddRunLoopMode(
+Tcl_MacOSXNotifierAddRunLoopMode(
const void *runLoopMode)
{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);