From 6c741e202637adec3fc830f0454cddd9438392b1 Mon Sep 17 00:00:00 2001 From: Rudi Schlatte Date: Tue, 3 Jan 2006 14:45:54 +0000 Subject: [PATCH] 0.9.8.8 Add reference to isatty() ; successful cross-build with this change --- src/runtime/win32-os.c | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4