diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 08:57:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-22 08:57:44 (GMT) |
commit | b02ecd46ec30166ee02a694b852d66c7c6dd7099 (patch) | |
tree | f8124a96152d3cf96e12c225cff36d436db0ce19 /macosx | |
parent | f050bae793b79e89e328b6c6b0d9ed2815d923c6 (diff) | |
parent | b616f99ca6700e1a3855e719ff1733dd3a6bb5bc (diff) | |
download | tcl-b02ecd46ec30166ee02a694b852d66c7c6dd7099.zip tcl-b02ecd46ec30166ee02a694b852d66c7c6dd7099.tar.gz tcl-b02ecd46ec30166ee02a694b852d66c7c6dd7099.tar.bz2 |
Rebase to core-8-branch
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tclMacOSXNotify.c | 6 |
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"); } |