Add ftype declaration for ensure-pathname
Declare a FTYPE for ENSURE-PATHNAME in uiop/pathname so that CCL won't complain about a forward reference during `make load l=ccl`. SBCL insists that a type (FUNCTION (T &REST T) T) doesn't cover a function with keyword arguments, and wants either an exhaustive list of keywords and types, or a &ALLOW-OTHER-KEYS. So just say FUNCTION, to make SBCL happy, too.
Loading
Please sign in to comment