summaryrefslogtreecommitdiffstats
path: root/mac/tclMacFile.c
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-24 23:58:14 (GMT)
committerstanton <stanton>1998-09-24 23:58:14 (GMT)
commit9995355714bc90faf7c2e345b3d6a1d041447097 (patch)
tree2ad97c5b1994495118cef4df947cf16b55e326f2 /mac/tclMacFile.c
parente13392595faf8e8d0d1c3c514ce160cfadc3d372 (diff)
downloadtcl-9995355714bc90faf7c2e345b3d6a1d041447097.zip
tcl-9995355714bc90faf7c2e345b3d6a1d041447097.tar.gz
tcl-9995355714bc90faf7c2e345b3d6a1d041447097.tar.bz2
merging changes from 8.0.3 into 8.1a2
Diffstat (limited to 'mac/tclMacFile.c')
-rw-r--r--mac/tclMacFile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tclMacFile.c b/mac/tclMacFile.c
index 37bfec6..f67e1c4 100644
--- a/mac/tclMacFile.c
+++ b/mac/tclMacFile.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclMacFile.c 1.65 98/02/19 15:08:44
+ * RCS: @(#) $Id: tclMacFile.c,v 1.1.2.2 1998/09/24 23:59:12 stanton Exp $
*/
/*
@@ -32,7 +32,7 @@
#include <FSpCompat.h>
/*
- * Static variables used by the TclMacStat function.
+ * Static variables used by the TclpStat function.
*/
static int initialized = false;
static long gmt_offset;
@@ -750,8 +750,8 @@ Tcl_WaitPid(
#undef fopen
FILE *
TclMacFOpenHack(
- const char *path,
- const char *mode)
+ CONST char *path,
+ CONST char *mode)
{
OSErr err;
FSSpec fileSpec;