#else
&boxed_region;
#endif
+#ifndef LISP_FEATURE_WIN32
+ lispobj alloc_signal;
+#endif
void *new_obj;
void *new_free_pointer;
+
gc_assert(nbytes>0);
/* Check for alignment allocation problems. */
new_obj = gc_alloc_with_region(nbytes,0,region,0);
#ifndef LISP_FEATURE_WIN32
- lispobj alloc_signal = SymbolValue(ALLOC_SIGNAL,thread);
-
+ alloc_signal = SymbolValue(ALLOC_SIGNAL,thread);
if ((alloc_signal & FIXNUM_TAG_MASK) == 0) {
if ((signed long) alloc_signal <= 0) {
#ifdef LISP_FEATURE_SB_THREAD
;;; 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.18.66"
+"0.9.18.67"