summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacChan.c b/mac/tclMacChan.c
index b05d2f5..e11e47d 100644
--- a/mac/tclMacChan.c
+++ b/mac/tclMacChan.c
@@ -731,7 +731,7 @@ TclGetDefaultStdChannel(
/*
*----------------------------------------------------------------------
*
- * Tcl_OpenFileChannel --
+ * TclpOpenFileChannel --
*
* Open an File based channel on Unix systems.
*
@@ -747,7 +747,7 @@ TclGetDefaultStdChannel(
*/
Tcl_Channel
-Tcl_OpenFileChannel(
+TclpOpenFileChannel(
Tcl_Interp *interp, /* Interpreter for error reporting;
* can be NULL. */
char *fileName, /* Name of file to open. */