diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-09-24 09:26:55 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-09-24 09:26:55 (GMT) |
commit | 01cd112db3333a4622547bb796e170a7a09c53b8 (patch) | |
tree | b546e29aefec958029bb17e2d0f105c3f8be5a25 /unix/tcl.m4 | |
parent | 7e4e181ce13739eb395e757f31d400dbbbf0eeba (diff) | |
download | tk-01cd112db3333a4622547bb796e170a7a09c53b8.zip tk-01cd112db3333a4622547bb796e170a7a09c53b8.tar.gz tk-01cd112db3333a4622547bb796e170a7a09c53b8.tar.bz2 |
Regen from Tcl
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 45ccfe0..c476bb3 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2389,6 +2389,7 @@ AC_DEFUN(SC_TCL_64BIT_FLAGS, [ int main() {exit(!(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) AC_MSG_RESULT(using long) else AC_DEFINE_UNQUOTED(TCL_WIDE_INT_TYPE,${tcl_cv_type_64bit}) |