summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 08:05:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-14 08:05:32 (GMT)
commite5cd963c59b6bd893f48e2ce7f72b6b7dc19bb76 (patch)
tree4a917e616035a428c6c5aea0604a5fb4c1c8a5ef /generic/tclTomMath.h
parent8b01a846c357441f7db46601c5606ac57e79e259 (diff)
downloadtcl-e5cd963c59b6bd893f48e2ce7f72b6b7dc19bb76.zip
tcl-e5cd963c59b6bd893f48e2ce7f72b6b7dc19bb76.tar.gz
tcl-e5cd963c59b6bd893f48e2ce7f72b6b7dc19bb76.tar.bz2
Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes.
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index 2ce8194..f110490 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -27,7 +27,7 @@ extern "C" {
#endif
/* detect 64-bit mode if possible */
-#if defined(NEVER)
+#if defined(NEVER) /* 128-bit ints fail in too many places */
#if !(defined(MP_32BIT) || defined(MP_16BIT) || defined(MP_8BIT))
#define MP_64BIT
#endif