Skip to content

Commit

Permalink
1.0.42.52: fix Windows build
Browse files Browse the repository at this point in the history
 Kludge around FD_SETSIZE on Windows.
  • Loading branch information
nikodemus committed Sep 21, 2010
1 parent f13a539 commit dc3a8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tools-for-build/grovel-headers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dc3a8b1

Please sign in to comment.