mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 04:42:13 -08:00
Definition of ECL_{INT,LONG}_BITS missing in msvc.
This commit is contained in:
parent
fd8dca7a4d
commit
ff6b91be36
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@
|
|||
* but the required headers are not present in all systems. Hence we
|
||||
* use autoconf to guess the following values.
|
||||
*/
|
||||
#define ECL_INT_BITS 32
|
||||
#define ECL_LONG_BITS 32
|
||||
#define FIXNUM_BITS 32
|
||||
#define MOST_POSITIVE_FIXNUM ((cl_fixnum)536870911)
|
||||
#define MOST_NEGATIVE_FIXNUM ((cl_fixnum)-536870912)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue