0.8.0.73:
[sbcl.git] / src / code / time.lisp
index 451003a..5ddfde3 100644 (file)
 ;;; The guts of the TIME macro. Compute overheads, run the (compiled)
 ;;; function, report the times.
 (defun %time (fun)
+  (declare (type function fun))
   (let (old-run-utime
        new-run-utime
        old-run-stime