projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a85a2
)
Fix nonthreaded build.
author
Joshua Elsasser
<joshua@elsasser.org>
Sat, 22 Sep 2012 18:44:28 +0000
(11:44 -0700)
committer
Joshua Elsasser
<joshua@elsasser.org>
Sat, 22 Sep 2012 18:44:28 +0000
(11:44 -0700)
src/code/target-thread.lisp
patch
|
blob
|
history
diff --git
a/src/code/target-thread.lisp
b/src/code/target-thread.lisp
index
ec60aab
..
74a89e2
100644
(file)
--- a/
src/code/target-thread.lisp
+++ b/
src/code/target-thread.lisp
@@
-1360,7
+1360,7
@@
Invoking the initial ABORT restart estabilished by MAKE-THREAD
terminates the thread.
See also: RETURN-FROM-THREAD, ABORT-THREAD."
- #!-sb-thread (declare (ignore function name arguments))
+ #!-sb-thread (declare (ignore function name arguments ephemeral))
#!-sb-thread (error "Not supported in unithread builds.")
#!+sb-thread (assert (or (atom arguments)
(null (cdr (last arguments))))