Fix nonthreaded build.
authorJoshua Elsasser <joshua@elsasser.org>
Sat, 22 Sep 2012 18:44:28 +0000 (11:44 -0700)
committerJoshua Elsasser <joshua@elsasser.org>
Sat, 22 Sep 2012 18:44:28 +0000 (11:44 -0700)
src/code/target-thread.lisp

index ec60aab..74a89e2 100644 (file)
@@ -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))))