diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 09:24:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 09:24:13 (GMT) |
commit | 4612b57a1e761b1dc3dd970b8dc318d4e2953360 (patch) | |
tree | bd82b61c182b6f50b9e6161505c56bfb1b41a0f3 /macosx | |
parent | b02ecd46ec30166ee02a694b852d66c7c6dd7099 (diff) | |
download | tcl-4612b57a1e761b1dc3dd970b8dc318d4e2953360.zip tcl-4612b57a1e761b1dc3dd970b8dc318d4e2953360.tar.gz tcl-4612b57a1e761b1dc3dd970b8dc318d4e2953360.tar.bz2 |
Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNotifierAddRunLoopMode
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tclMacOSXNotify.c | 2 |
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); |