summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 15:41:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-13 15:41:16 (GMT)
commit8ddd0ca822461c1e636952f9dfb9188174f8ffd0 (patch)
tree64834dcba2b6b26d763558710eaf2a08c5e61cb0 /generic/tclInt.h
parente3f42b0c1afa79ffc4221e09f7eba2845a66f3ae (diff)
parent4cef9fbbe29e5ba76aaa7eaa7e91dd9b7d22e471 (diff)
downloadtcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.zip
tcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.tar.gz
tcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 77f7adf..491c66c0 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -5078,7 +5078,6 @@ typedef struct NRE_callback {
#include "tclIntDecls.h"
#include "tclIntPlatDecls.h"
-#include "tclTomMathDecls.h"
#if !defined(USE_TCL_STUBS) && !defined(TCL_MEM_DEBUG)
#define Tcl_AttemptAlloc(size) TclpAlloc(size)