Handle run-program with :directory nil.
[sbcl.git] / src / code / cross-thread.lisp
index 1c63565..ddc0127 100644 (file)
@@ -23,5 +23,6 @@
   (declare (ignore mutex))
   `(locally ,@body))
 
-
-
+(defmacro barrier ((kind) &body body)
+  (declare (ignore kind))
+  `(progn ,@body))