summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-06-08 20:06:11 (GMT)
committerdgp <dgp@noemail.net>2001-06-08 20:06:11 (GMT)
commitbe583e207ce3bc7e1d67b3d6ae08a0d506ee9c59 (patch)
treed894a8872011af91b11ec3c0353d3469de8e7c27 /generic/tclInt.decls
parent27104288f9c81202e23af76499a9134271a18801 (diff)
downloadtcl-be583e207ce3bc7e1d67b3d6ae08a0d506ee9c59.zip
tcl-be583e207ce3bc7e1d67b3d6ae08a0d506ee9c59.tar.gz
tcl-be583e207ce3bc7e1d67b3d6ae08a0d506ee9c59.tar.bz2
* generic/tcl.h:
* generic/tcl.decls: * generic/tclPanic.c: Added CONST to Tcl_*Panic* public interfaces. [Patch 415648, TIP 27] * generic/tclInt.decls: * mac/tclMacAppInit.c (main): * mac/tclMacBOAAppInit.c (main): * mac/tclMacPanic.c: Modified special Mac implementations of Tcl_*Panic* to be exact copies of the generic implementations. Added TclMacSetPanic. The generic implementations should be used directly, rather than copies, but that requires further changes by someone familiar with the Mac build systems. [Patch 415648] * generic/tclDecls.h: * generic/tclIntPlatDecls.h: *`generic/tclStubInit.c: `make gentubs` after above changes. * doc/Panic.3: * unix/mkLinks: New file documenting Tcl_*Panic* public interfaces, followed by `make mklinks`. [Patch 415648, Bug 219170, Bug 414936] FossilOrigin-Name: 75dd12c4bf756936e2fe52221817ad6afe6b263a
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 241390d..8835119 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -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.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.26 2001/05/17 02:13:03 hobbs Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.27 2001/06/08 20:06:11 dgp Exp $
library tcl
@@ -725,6 +725,9 @@ declare 23 mac {
declare 25 mac {
int TclMacChmod(char *path, int mode)
}
+declare 26 mac {
+ void TclMacSetPanic(void)
+}
############################
# Windows specific internals