diff options
Diffstat (limited to 'mac/tclMacPort.h')
-rw-r--r-- | mac/tclMacPort.h | 6 |
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. */ |