0.9.8.32:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 11 Jan 2006 11:58:59 +0000 (11:58 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 11 Jan 2006 11:58:59 +0000 (11:58 +0000)
Sucks to be me.
... insert missing semicolon in win32-os.c.  Why?  Why why why?

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

index c1bf6a2..75b2b87 100644 (file)
@@ -600,7 +600,7 @@ void scratch(void)
     GetProcAddress(0, 0);
     mkdir(0);
     isatty(0);
-    access(0,0)
+    access(0,0);
 }
 
 /* EOF */
index 5dd763c..e10932c 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.31"
+"0.9.8.32"