summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-28 08:02:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-28 08:02:08 (GMT)
commit3df7fe883ed9238895ce61465294b40360d5b9df (patch)
tree144761479110560743c6d5854ddcabb6cdca8966 /generic/tclInt.h
parent1ff4bd27f45558a18705f3a0750f232c01b2d0d7 (diff)
downloadtcl-3df7fe883ed9238895ce61465294b40360d5b9df.zip
tcl-3df7fe883ed9238895ce61465294b40360d5b9df.tar.gz
tcl-3df7fe883ed9238895ce61465294b40360d5b9df.tar.bz2
Handle tclIntPlatDecls.h
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 87f10f0..0c07e97 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -5115,9 +5115,7 @@ typedef struct NRE_callback {
#endif
#include "tclIntDecls.h"
-#if TCL_MAJOR_VERSION > 8
-# include "tclIntPlatDecls.h"
-#endif
+#include "tclIntPlatDecls.h"
#if !defined(USE_TCL_STUBS) && !defined(TCL_MEM_DEBUG)
#define Tcl_AttemptAlloc TclpAlloc