diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-29 23:07:32 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-29 23:07:32 (GMT) |
| commit | 95d064916553ccee188b997a59061efe8394129e (patch) | |
| tree | 44795017b96707e1dd704799b20fcbbe86257991 /unix | |
| parent | 24a5107484c12a34a855d444aa9b8e26b4ec252a (diff) | |
| download | tcl-95d064916553ccee188b997a59061efe8394129e.zip tcl-95d064916553ccee188b997a59061efe8394129e.tar.gz tcl-95d064916553ccee188b997a59061efe8394129e.tar.bz2 | |
WIP: Use unsigned int in stead of mp_digit in libtommath stub entries.
This make libtommath's API independant whether compiled with MP_64BIT or not
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index afdd89b..d298501 100755 --- a/unix/configure +++ b/unix/configure @@ -6891,8 +6891,6 @@ fi if test "${tcl_cv_type_64bit}" = none ; then -$as_echo "#define MP_32BIT 1" >>confdefs.h - $as_echo "#define TCL_WIDE_INT_IS_LONG 1" >>confdefs.h |
