diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-09 09:30:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-09 09:30:34 (GMT) |
commit | b616f99ca6700e1a3855e719ff1733dd3a6bb5bc (patch) | |
tree | 70b3467f6ee480e313f93e581c6dd9cb7d4b61a1 /macosx | |
parent | 7183692271c569478f4a05d434b0f75060abb900 (diff) | |
parent | 6546b1dd3d4530818c8a86ffdc6b4845d7572442 (diff) | |
download | tcl-b616f99ca6700e1a3855e719ff1733dd3a6bb5bc.zip tcl-b616f99ca6700e1a3855e719ff1733dd3a6bb5bc.tar.gz tcl-b616f99ca6700e1a3855e719ff1733dd3a6bb5bc.tar.bz2 |
rebase
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 ef80192..2cb58f3 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. @@ -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"); } |