summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-12-21 06:59:38 (GMT)
committergriffin <briang42@easystreet.net>2022-12-21 06:59:38 (GMT)
commitbc3ff73062b718a3411ad95f90e0d55fed46ebd4 (patch)
tree4cc614c14e8355eee212f1192127026bb46b2d87 /generic/tclCmdIL.c
parenta3f8bc6993db508508f569ffc66150ce09a8a122 (diff)
downloadtcl-bc3ff73062b718a3411ad95f90e0d55fed46ebd4.zip
tcl-bc3ff73062b718a3411ad95f90e0d55fed46ebd4.tar.gz
tcl-bc3ff73062b718a3411ad95f90e0d55fed46ebd4.tar.bz2
Make as much abstract list implementation as possible internal.
Other code cleanup also.
Diffstat (limited to 'generic/tclCmdIL.c')
-rw-r--r--generic/tclCmdIL.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c
index d7f0d47..fd117e4 100644
--- a/generic/tclCmdIL.c
+++ b/generic/tclCmdIL.c
@@ -19,7 +19,6 @@
#include "tclInt.h"
#include "tclRegexp.h"
-#include "tclArithSeries.h"
#include "tclTomMath.h"
#include <math.h>
#include <assert.h>