(elt (sb-c::compiled-debug-info-fun-map debug-info) 0))
(defun valid-function-name-p (name)
- "True if NAME denotes a function name that can be passed to MACRO-FUNCTION or FDEFINITION "
+ "True if NAME denotes a valid function name, ie. one that can be passed to
+FBOUNDP."
(and (sb-int:valid-function-name-p name) t))
;;;; Finding definitions
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.42.37"
+"1.0.42.38"