0.6.11.13:
[sbcl.git] / src / compiler / knownfun.lisp
index 220bd57..5a30ffc 100644 (file)
@@ -14,6 +14,8 @@
 
 (in-package "SB!C")
 
+(/show0 "knownfun.lisp 17")
+
 ;;; IR1 boolean function attributes
 ;;;
 ;;; There are a number of boolean attributes of known functions which we like
     (let ((cont (nth (1- n) (combination-args call))))
       (when (and cont (constant-continuation-p cont))
        (specifier-type (continuation-value cont))))))
+
+(/show0 "knownfun.lisp end of file")