1.0.42.52: fix Windows build
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 21 Sep 2010 16:47:21 +0000 (16:47 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 21 Sep 2010 16:47:21 +0000 (16:47 +0000)
 Kludge around FD_SETSIZE on Windows.

tools-for-build/grovel-headers.c
version.lisp-expr

index 33b2abc..1b61f98 100644 (file)
@@ -239,6 +239,9 @@ main(int argc, char *argv[])
     DEFTYPE("wst-nlink-t", wst_nlink_t);
     DEFTYPE("wst-uid-t", wst_uid_t);
     DEFTYPE("wst-gid-t", wst_gid_t);
+
+    /* KLUDGE */
+    defconstant("fd-setsize", 1024);
     printf("\n");
 #else
     printf("(in-package \"SB!ALIEN\")\n\n");
index 565db22..9dfbf8c 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.42.51"
+"1.0.42.52"