* Because both sbcl and <rpcndr.h> define a boolean type,
grovel-headers was failing to build on win32. Copied the kludge for
working around this issue from src/runtime/runtime.h to
tools-for-build/grovel-headers.c.
#include <stdlib.h>
#include <sys/types.h>
#ifdef _WIN32
+ /* KLUDGE: From src/runtime/runtime.h, avoid double definition of
+ boolean. We really should clean up our act on this one. */
+ #define boolean rpcndr_boolean
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shlobj.h>
+ #undef boolean
#else
#include <sys/times.h>
#include <sys/wait.h>
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.32.38"
+"1.0.32.39"