fix config.h for MSVC win64
This commit is contained in:
parent
2155e354e4
commit
14fa51f172
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
* use autoconf to guess the following values.
|
||||
*/
|
||||
#ifdef _M_X64
|
||||
#define ECL_INT_BITS 64
|
||||
#define ECL_INT_BITS 32
|
||||
#define ECL_LONG_BITS 32
|
||||
#define ECL_FIXNUM_BITS 64
|
||||
#define MOST_POSITIVE_FIXNUM ((cl_fixnum)2305843009213693951LL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue