summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorsuresh <suresh>1998-06-03 09:14:10 (GMT)
committersuresh <suresh>1998-06-03 09:14:10 (GMT)
commitd94accfbbdf67223f238d232babcbdda6a9d420d (patch)
treef474511af705cb7021b560b191cfe65c7d33c999 /mac
parente57eeca0a36b6a0e2d707791bfc0a1953b98a1fb (diff)
downloadtcl-d94accfbbdf67223f238d232babcbdda6a9d420d.zip
tcl-d94accfbbdf67223f238d232babcbdda6a9d420d.tar.gz
tcl-d94accfbbdf67223f238d232babcbdda6a9d420d.tar.bz2
Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'.
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. */