From: Christophe Rhodes Date: Mon, 22 Jul 2002 17:17:48 +0000 (+0000) Subject: 0.7.5.21: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=92dcf81a15c2b2b021d66d6d3e5545b9c150f250;p=sbcl.git 0.7.5.21: Complilation fix for Alpha/Linux (from DB, fixing CSR bogosity) --- diff --git a/src/runtime/alpha-arch.c b/src/runtime/alpha-arch.c index 03cf3c7..4402723 100644 --- a/src/runtime/alpha-arch.c +++ b/src/runtime/alpha-arch.c @@ -279,14 +279,14 @@ static void sigtrap_handler(int signal, siginfo_t *siginfo, os_context_t *context) { unsigned int code; - + sigset_t *mask; #ifdef LISP_FEATURE_LINUX os_restore_fp_control(context); #endif /* Don't disallow recursive breakpoint traps. Otherwise, we can't */ /* use debugger breakpoints anywhere in here. */ - sigset_t *mask=(os_context_sigmask_addr(context)); + mask=(os_context_sigmask_addr(context)); sigsetmask(mask); /* this is different from how CMUCL does it. CMUCL used "call_pal diff --git a/version.lisp-expr b/version.lisp-expr index 3b4fc82..06f81e0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; for internal versions, especially for internal versions off the ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.5.20" +"0.7.5.21"