1.0.18.16: many STYLE-WARNING changes.
[sbcl.git] / src / code / source-location.lisp
index d281ccf..9cb1a9a 100644 (file)
 
 #!+sb-source-locations
 (define-compiler-macro source-location (&environment env)
-  #+sb-xc-host (declare (ignore env))
-  #-sb-xc-host
-  (unless (policy env (and (> space 1)
-                           (> space debug)))
-    (make-definition-source-location)))
+  (declare (ignore env))
+  #-sb-xc-host (make-definition-source-location))
 
 (/show0 "/Processing source location thunks")
 #!+sb-source-locations