Differences From Artifact [809519fa0c]:
- File generic/tclProc.c — part of check-in [e4b5226f4c] at 2025-09-23 17:47:22 on branch main — [https://core.tcl-lang.org/tk/tktview/832c2047bb|832c2047bb] Fix clang -Wjump-misses-init warnings: "jump from this goto statement to its label is incompatible with C++" (user: jan.nijtmans size: 87720) [more...]
To Artifact [fc523bbf86]:
- File generic/tclProc.c — part of check-in [fa8b63f0c3] at 2025-10-06 15:52:27 on branch c11-bool — Make the bool type available properly (and reduce include duplication). Be careful though; C23 deprecates that header. (user: dkf size: 87700) [more...]
| ︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - | * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #include "tclInt.h" #include "tclCompile.h" |
| ︙ |