Skip to content
  • Zach Beane's avatar
    Add a defpackage hack. · e2e21597
    Zach Beane authored
    This makes USER:DEFPACKAGE, which Allegro CL expects to be eq to
    CL:DEFPACKAGE, into a distinct USER:DEFPACKAGE macro.
    
    USER:DEFPACKAGE expands into a CL:DEFPACKAGE form with extra clauses to
    shadow READ-SEQUENCE and MACROEXPAND so they accept (and drop) Allegro
    CL's extra arguments before calling the underlying CL functions.
    e2e21597