diff options
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. */ |