diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-01-17 12:31:05 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-01-17 12:31:05 (GMT) |
| commit | 7efbca8bb1f0b71be7fc54cad0a60256cae86c7d (patch) | |
| tree | 23c41f357a4b47e8da5db74edad726289c13a5b3 /generic/tclTest.c | |
| parent | b5270c6e6c5aaf3acae369b2a4c95e128274c753 (diff) | |
| parent | eb701e1cec48b99353df102dad18ae701e957633 (diff) | |
| download | tcl-7efbca8bb1f0b71be7fc54cad0a60256cae86c7d.zip tcl-7efbca8bb1f0b71be7fc54cad0a60256cae86c7d.tar.gz tcl-7efbca8bb1f0b71be7fc54cad0a60256cae86c7d.tar.bz2 | |
Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so compiling with TCL_LOAD_FROM_MEMORY succeeds (but fallbacks normally at runtime)
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 38c3355..b616825 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -482,6 +482,9 @@ static const char version[] = TCL_PATCH_LEVEL "+" STRINGIFY(TCL_VERSION_UUID) #ifdef USE_NMAKE ".nmake" #endif +#ifdef TCL_NO_DEPRECATED + ".no-deprecate" +#endif #if !TCL_THREADS ".no-thread" #endif |
