From ff6b91be3689e2f1a34af5f5d975b0d8a8d3cff0 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 21 Jul 2009 20:57:44 +0200 Subject: [PATCH] Definition of ECL_{INT,LONG}_BITS missing in msvc. --- msvc/ecl/config.h.msvc6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msvc/ecl/config.h.msvc6 b/msvc/ecl/config.h.msvc6 index a84d343a6..e944b8290 100644 --- a/msvc/ecl/config.h.msvc6 +++ b/msvc/ecl/config.h.msvc6 @@ -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)