From 1af277c2765f5f6f2133af73b0203223409c8626 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 12 Sep 2025 08:04:36 +0000 Subject: deprecate (internal) NS_KILLED. It is not used any more --- generic/tclInt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index af925f9..7f8d7e6 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -430,7 +430,9 @@ struct NamespacePathEntry { #define NS_DYING 0x01 #define NS_DEAD 0x02 #define NS_TEARDOWN 0x04 -#define NS_KILLED 0x04 /* Same as NS_TEARDOWN (Deprecated) */ +#ifndef TCL_NO_DEPRECATED +# define NS_KILLED 0x04 /* Same as NS_TEARDOWN */ +#endif #define NS_SUPPRESS_COMPILATION 0x08 /* -- cgit v0.12