diff options
author | stanton <stanton> | 1998-04-29 17:09:54 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-04-29 17:09:54 (GMT) |
commit | a03de997df896ee84f6d7f6d0837dda1cd6f752b (patch) | |
tree | 456dacea624b3ffde5f2188251a3a324ddb87334 /unix/tclUnixPort.h | |
parent | 737e6a322c6b3efd0d5665d2f61521b9d57e37a9 (diff) | |
download | tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.zip tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.gz tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 6 |
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. */ |