1.0.0.34: Fix build on Darwin/x86.
authorsa2c <sa2c>
Fri, 15 Dec 2006 14:54:52 +0000 (14:54 +0000)
committersa2c <sa2c>
Fri, 15 Dec 2006 14:54:52 +0000 (14:54 +0000)
I moved typedef of os_context_register_t from bsd-os.h to
x86-bsd-os.h, but forgot to modify x86-darwin-os.h.

src/runtime/x86-darwin-os.h
version.lisp-expr

index b0f9fd1..36581d3 100644 (file)
@@ -6,6 +6,8 @@
 
 #include "darwin-os.h"
 
+typedef int os_context_register_t;
+
 static inline os_context_t *arch_os_get_context(void **void_context) {
     return (os_context_t *) *void_context;
 }
index a7a44d9..8f23159 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".)
-"1.0.0.33"
+"1.0.0.34"