summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-28 17:18:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-28 17:18:29 (GMT)
commitf2c6be7bf664b7db1664f542a691ff8d5ccd9c87 (patch)
tree17ffc302127131cb9ba7bde36652ccfc5a181b29
parent8afa32afdb05384cf47286d7895fec14ddf2b2a2 (diff)
downloadtcl-f2c6be7bf664b7db1664f542a691ff8d5ccd9c87.zip
tcl-f2c6be7bf664b7db1664f542a691ff8d5ccd9c87.tar.gz
tcl-f2c6be7bf664b7db1664f542a691ff8d5ccd9c87.tar.bz2
Remove outdated comment
-rw-r--r--generic/tclInt.h4
1 files changed, 0 insertions, 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