summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-01-17 12:31:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-01-17 12:31:05 (GMT)
commit7efbca8bb1f0b71be7fc54cad0a60256cae86c7d (patch)
tree23c41f357a4b47e8da5db74edad726289c13a5b3 /generic/tclTest.c
parentb5270c6e6c5aaf3acae369b2a4c95e128274c753 (diff)
parenteb701e1cec48b99353df102dad18ae701e957633 (diff)
downloadtcl-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.c3
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