summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordas <das@noemail.net>2002-01-27 11:09:18 (GMT)
committerdas <das@noemail.net>2002-01-27 11:09:18 (GMT)
commit30eca791b646b2d2f2f5a7f817b289d32751b65e (patch)
tree8f740075fb62f904aa60a596cb07aebb02849a6f /generic/tclInt.decls
parentda60cfbf6311b66574506fff568f0ffcf2165dcc (diff)
downloadtcl-30eca791b646b2d2f2f5a7f817b289d32751b65e.zip
tcl-30eca791b646b2d2f2f5a7f817b289d32751b65e.tar.gz
tcl-30eca791b646b2d2f2f5a7f817b289d32751b65e.tar.bz2
* generic/tclInt.decls:
* generic/tclIntPlatDecls.h: * mac/tclMacChan.c: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacLoad.c: * mac/tclMacResource.c: * mac/tclMacSock.c: TIP 27 CONSTification induced changes * tests/event.test: * tests/main.test: added catches/constraints to test that use features that don't exist on the mac. FossilOrigin-Name: 02f6dcb5d2e40852b7e678559c5f3964c826593e
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 008b1d3..67bd6f7 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.44 2002/01/25 22:01:31 dgp Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.45 2002/01/27 11:09:30 das Exp $
library tcl
@@ -780,7 +780,7 @@ declare 24 mac {
char * TclpGetTZName(int isdst)
}
declare 25 mac {
- int TclMacChmod(char *path, int mode)
+ int TclMacChmod(CONST char *path, int mode)
}
############################