Skip to content
  • Jan Moringen's avatar
    UIOP: Remove more unsatisfiable or redundant read-time conditionals · 812c0dc0
    Jan Moringen authored
    This time, consider unsatisfiable/redundant parts of expressions
    instead of only whole expressions.
    
    * #+genera enclosed in #+genera
    
    * #+(or clasp ecl) enclosed in #+(and ecl ecl-bytecomp)
    
    * #-(or abcl xcl ...) and #+(or abcl xcl ...) enclosed in #-(or abcl
        xcl ...)
    
    * #+(and sbcl ...) enclosed in #+sbcl
    
    * #+(or ecl ...), #+ecl enclosed in #-(or ecl ...) as well
       as (implied) #+sbcl enclosed in #+sbcl
    812c0dc0