Skip to content
Commit 7edd7302 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

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.
parent 735b6418
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment