Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    5ef7b269
    Constants defined for conditions with eval-when · 5ef7b269
    Liam Healy authored
    The constants used for GSL conditions (+EDOM+ etc.) are defined inside
    an eval-when so that implementations like CLISP that don't evaluate at
    compile time will still be able to use the constants in the following
    parts of the file.  This now compiles in CLISP (as well as SBCL and
    CCL).
    5ef7b269
    History
    Constants defined for conditions with eval-when
    Liam Healy authored
    The constants used for GSL conditions (+EDOM+ etc.) are defined inside
    an eval-when so that implementations like CLISP that don't evaluate at
    compile time will still be able to use the constants in the following
    parts of the file.  This now compiles in CLISP (as well as SBCL and
    CCL).