The branch "master" has been updated in SBCL:
via 8369a441bfd49566e70939c25f42f8d1f5423e4e (commit)
from bab82fcf13993d008a4751cc143bde298613c22a (commit)
- Log -----------------------------------------------------------------
commit 8369a441bfd49566e70939c25f42f8d1f5423e4e
Author: Stas Boukarev <stassats@...>
Date: Sat Jan 5 21:09:52 2013 +0400
sb-sprof.lisp: Remove trailing white-spaces.
---
contrib/sb-sprof/sb-sprof.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp
index 9a4b474..8060484 100644
--- a/contrib/sb-sprof/sb-sprof.lisp
+++ b/contrib/sb-sprof/sb-sprof.lisp
@@ -506,7 +506,7 @@ profiling")
;; Ensure that only one thread at a time will be doing profiling stuff.
(defvar *profiler-lock* (sb-thread:make-mutex :name "Statistical Profiler"))
(defvar *distribution-lock* (sb-thread:make-mutex :name "Wallclock profiling lock"))
-
+
#+sb-thread
(declaim (inline pthread-kill))
#+sb-thread
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|