Skip to content
  • Francois-Rene Rideau's avatar
    Add ftype declaration for ensure-pathname · 7edd7302
    Francois-Rene Rideau authored
    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.
    7edd7302