summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-01 11:25:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-01 11:25:03 (GMT)
commit01c6f7705f0b241490d171673c2b3073083ce9cc (patch)
tree11f35292c0d26cdfb032dfc6a376818ad8f923a9 /generic/tclInt.h
parent493585e80285a37fffbfa04f560a2d37a94d3322 (diff)
parentd5c3b7ac251d7793f9aff83b47608bf578aceb5f (diff)
downloadtcl-01c6f7705f0b241490d171673c2b3073083ce9cc.zip
tcl-01c6f7705f0b241490d171673c2b3073083ce9cc.tar.gz
tcl-01c6f7705f0b241490d171673c2b3073083ce9cc.tar.bz2
Re-base to core-8-branch
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 790eba1..af59ae1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -5079,7 +5079,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)