Skip to content
  • Francois-Rene Rideau's avatar
    Introduce macro os-cond · 38eb8a7c
    Francois-Rene Rideau authored and Robert Goldman's avatar Robert Goldman committed
    On ABCL, os testing is at runtime.
    On all other implementations, it's at compile-time.
    SBCL can optimize some runtime tests and then complain about unreachable code.
    os-cond abstracts over OS conditionalization and makes everyone happy.
    Needed by an upcoming configuration change.
    
    Plus minor typographical fixes.
    38eb8a7c