summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 10:12:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 10:12:17 (GMT)
commite8d619b292256c1d44b578c2d54319527e4c5d23 (patch)
treeea9b46a1c9e90c3711a4b86a6279dba4ebd696cb /unix/tcl.m4
parentbe1a8384ef0cb9fea37a20be396287a596c049ae (diff)
parent1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825 (diff)
downloadtcl-e8d619b292256c1d44b578c2d54319527e4c5d23.zip
tcl-e8d619b292256c1d44b578c2d54319527e4c5d23.tar.gz
tcl-e8d619b292256c1d44b578c2d54319527e4c5d23.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 5ac917c..297e1a8 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2388,7 +2388,7 @@ AC_DEFUN([SC_TCL_64BIT_FLAGS], [
case 1: case (sizeof(long long)==sizeof(long)): ;
}]])],[tcl_cv_type_64bit="long long"],[])])
if test "${tcl_cv_type_64bit}" = none ; then
- AC_DEFINE(TCL_WIDE_INT_IS_LONG, 1, ['long' and 'long long' have the same size])
+ AC_DEFINE(TCL_WIDE_INT_IS_LONG, 1, [Do 'long' and 'long long' have the same size (64-bit)?])
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])