diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 15:41:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-13 15:41:16 (GMT) |
commit | 8ddd0ca822461c1e636952f9dfb9188174f8ffd0 (patch) | |
tree | 64834dcba2b6b26d763558710eaf2a08c5e61cb0 /generic/tclInt.h | |
parent | e3f42b0c1afa79ffc4221e09f7eba2845a66f3ae (diff) | |
parent | 4cef9fbbe29e5ba76aaa7eaa7e91dd9b7d22e471 (diff) | |
download | tcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.zip tcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.tar.gz tcl-8ddd0ca822461c1e636952f9dfb9188174f8ffd0.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 1 |
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) |