From: Rudi Schlatte Date: Tue, 3 Jan 2006 14:45:54 +0000 (+0000) Subject: 0.9.8.8 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6c741e202637adec3fc830f0454cddd9438392b1;p=sbcl.git 0.9.8.8 Add reference to isatty() ; successful cross-build with this change --- diff --git a/src/runtime/win32-os.c b/src/runtime/win32-os.c index 8c85f7f..475132e 100644 --- a/src/runtime/win32-os.c +++ b/src/runtime/win32-os.c @@ -599,6 +599,7 @@ void scratch(void) LoadLibrary(0); GetProcAddress(0, 0); mkdir(0); + isatty(0); } /* EOF */ diff --git a/version.lisp-expr b/version.lisp-expr index acbd9db..38ce1bd 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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".) -"0.9.8.7" +"0.9.8.8"