|
[Sbcl-commits] CVS: sbcl/src/runtime coreparse.c,1.32.2.1,1.32.2.2
From: Cyrus Harmon <slyrus@us...> - 2006-03-26 18:51
|
Update of /cvsroot/sbcl/sbcl/src/runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5240
Modified Files:
Tag: lutex-branch
coreparse.c
Log Message:
0.9.10.46.lutex-branch.13
* move {:mach,:carbon}-semaphores and :restore-tls-... into
base-target-features.lisp-expr
* conditional compilation fixes to avoid including things on
-sb-thread builds that shouldn't be
* whitespace fixes
* added a fixme in thread.lisp
Index: coreparse.c
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/runtime/coreparse.c,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- coreparse.c 21 Mar 2006 19:28:02 -0000 1.32.2.1
+++ coreparse.c 26 Mar 2006 18:51:40 -0000 1.32.2.2
@@ -36,7 +36,10 @@
#include "gc-internal.h"
/* lutex stuff */
+#if defined(LISP_FEATURE_SB_THREAD) && defined(LISP_FEATURE_SB_LUTEX)
#include "genesis/sap.h"
+#endif
+
unsigned char build_id[] =
#include "../../output/build-id.tmp"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/src/runtime coreparse.c,1.32.2.1,1.32.2.2 | Cyrus Harmon <slyrus@us...> |