0.9.8.8
authorRudi Schlatte <rudi@constantly.at>
Tue, 3 Jan 2006 14:45:54 +0000 (14:45 +0000)
committerRudi Schlatte <rudi@constantly.at>
Tue, 3 Jan 2006 14:45:54 +0000 (14:45 +0000)
Add reference to isatty() ; successful cross-build with this change

src/runtime/win32-os.c
version.lisp-expr

index 8c85f7f..475132e 100644 (file)
@@ -599,6 +599,7 @@ void scratch(void)
     LoadLibrary(0);
     GetProcAddress(0, 0);
     mkdir(0);
+    isatty(0);
 }
 
 /* EOF */
index acbd9db..38ce1bd 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".)
-"0.9.8.7"
+"0.9.8.8"