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.
#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;
}
;;; 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"