summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1998-04-29 17:09:54 (GMT)
committerstanton <stanton@noemail.net>1998-04-29 17:09:54 (GMT)
commit51e324c9f43c7cc0a6038f91a06395c0395efa52 (patch)
tree456dacea624b3ffde5f2188251a3a324ddb87334 /unix/tclUnixPort.h
parent99b68a54c69677cf40864e6f39aec5104db2b9b9 (diff)
downloadtcl-51e324c9f43c7cc0a6038f91a06395c0395efa52.zip
tcl-51e324c9f43c7cc0a6038f91a06395c0395efa52.tar.gz
tcl-51e324c9f43c7cc0a6038f91a06395c0395efa52.tar.bz2
*** empty log message ***
FossilOrigin-Name: 765797e09fd74b4ebb9cef49471caca8ecd0e19a
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 186de21..4613704 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -471,6 +471,12 @@ extern double strtod();
#define TclpReleaseFile(file)
/*
+ * TclpFinalize is a noop on Unix systems.
+ */
+
+#define TclpFinalize()
+
+/*
* The following routine is only exported for testing purposes.
*/