Skip to content
  • Tobias C. Rittweiler's avatar
    alexandria-parse-body.diff · 622e0933
    Tobias C. Rittweiler authored
    * macros.lisp (parse-body): Don't use ALEXANDRIA:STARTS-WITH.
    
        The reason is that this way PARSE-BODY is a completely
        standalone definition, and can hence be used in consequent
        macro definitions within the Alexandria project without
        having to worrying if `sequences.lisp' has already been
        loaded (where STARTS-WITH is defined.)
    622e0933