summaryrefslogtreecommitdiffstats
path: root/mac/tclMacPort.h
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-30 20:47:32 (GMT)
committerstanton <stanton>1998-09-30 20:47:32 (GMT)
commit1acbb9ec28ae84c05c53c1d1128f1d29d3e9b460 (patch)
tree877ac2a5555a849bc616f9a142d5f7aaa519ec86 /mac/tclMacPort.h
parentf7c09d63b8f64ab841356624dad6d101bd898e82 (diff)
downloadtcl-1acbb9ec28ae84c05c53c1d1128f1d29d3e9b460.zip
tcl-1acbb9ec28ae84c05c53c1d1128f1d29d3e9b460.tar.gz
tcl-1acbb9ec28ae84c05c53c1d1128f1d29d3e9b460.tar.bz2
deleted TclpFinalize
Diffstat (limited to 'mac/tclMacPort.h')
-rw-r--r--mac/tclMacPort.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h
index b141016..7a4bd6e 100644
--- a/mac/tclMacPort.h
+++ b/mac/tclMacPort.h
@@ -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: tclMacPort.h,v 1.1.2.2 1998/09/24 23:59:14 stanton Exp $
+ * RCS: @(#) $Id: tclMacPort.h,v 1.1.2.3 1998/09/30 20:47:32 stanton Exp $
*/
@@ -293,12 +293,6 @@ typedef int TclpMutex;
#endif /* TCL_THREADS */
/*
- * 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.
*/