Skip to content
Snippets Groups Projects
Forked from mcclim / clim-tos
Source project has a limited visibility.
  • Andreas Fuchs's avatar
    35ddcb2f
    spr37149: Plug leak of the #\{ dispatch character. · 35ddcb2f
    Andreas Fuchs authored
    This change eval-whens out the definition of the #\{ macro character
    so that it happens only at compile time. The definition was leaked
    into customer environments, and affected the system readtable when
    loading CLIM from a clinit.cl file, which resulted in an error.
    
    Tested by building & loading the resulting clim fasls on windows &
    linux.
    35ddcb2f
    History
    spr37149: Plug leak of the #\{ dispatch character.
    Andreas Fuchs authored
    This change eval-whens out the definition of the #\{ macro character
    so that it happens only at compile time. The definition was leaked
    into customer environments, and affected the system readtable when
    loading CLIM from a clinit.cl file, which resulted in an error.
    
    Tested by building & loading the resulting clim fasls on windows &
    linux.