summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorstanton <stanton>1998-04-29 17:09:54 (GMT)
committerstanton <stanton>1998-04-29 17:09:54 (GMT)
commita03de997df896ee84f6d7f6d0837dda1cd6f752b (patch)
tree456dacea624b3ffde5f2188251a3a324ddb87334 /mac
parent737e6a322c6b3efd0d5665d2f61521b9d57e37a9 (diff)
downloadtcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.zip
tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.gz
tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.bz2
*** empty log message ***
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacPort.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h
index 366b7a0..11dd673 100644
--- a/mac/tclMacPort.h
+++ b/mac/tclMacPort.h
@@ -252,6 +252,12 @@ void TclUnsetEnv(CONST char *name);
#define TCL_SHLIB_EXT ".shlb"
/*
+ * TclpFinalize is a noop on the Mac.
+ */
+
+#define TclpFinalize()
+
+/*
* The following define should really be in tclInt.h, but tclInt.h does
* not include tclPort.h, which includes the "struct stat" definition.
*/