From 324230774110008bf8e07c39b10b399a7366c7d1 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 28 Apr 2024 17:18:29 +0000 Subject: Remove outdated comment --- generic/tclInt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index 55391e0..7d2e848 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2420,10 +2420,6 @@ typedef struct Interp { * script in progress has been canceled thereby allowing * the evaluation stack for the interp to be fully * unwound. - * - * WARNING: For the sake of some extensions that have made use of former - * internal values, do not re-use the flag values 2 (formerly ERR_IN_PROGRESS) - * or 8 (formerly ERROR_CODE_SET). */ #define DELETED 1 -- cgit v0.12