summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-08-06 09:14:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-08-06 09:14:24 (GMT)
commit85a7228bbfd49a9b78fbb4925362673f33db39ab (patch)
tree1a9c76f69c7df0cf206a20415812023f86e5ed24
parent577e53297ffc1647ff81decc632d1fde93a6596c (diff)
downloadtcl-85a7228bbfd49a9b78fbb4925362673f33db39ab.zip
tcl-85a7228bbfd49a9b78fbb4925362673f33db39ab.tar.gz
tcl-85a7228bbfd49a9b78fbb4925362673f33db39ab.tar.bz2
Remove unwanted change
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index e153aa8..d397879 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3004,7 +3004,6 @@ typedef struct ProcessGlobalValue {
/*
*----------------------------------------------------------------------
- *
* Common functions for calculating overallocation. Trivial but allows for
* experimenting with growth factors without having to change code in
* multiple places. See TclAttemptAllocElemsEx and similar for usage