Definition of ECL_{INT,LONG}_BITS missing in msvc.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-21 20:57:44 +02:00
parent fd8dca7a4d
commit ff6b91be36

View file

@ -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)