Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    30c2e45f
    o Work around issue pointed out by Madhu on cmucl-imp, 2010-04-24. · 30c2e45f
    rtoy authored
      Replace the call to (setf info) with a (new) function,
      set-defvar-textdomain, that calls (setf info).  The (setf info) was
      causing the compiler to run and producing an unexpected message.
      The compiler doesn't need to handle the new function specially.
    
    o DEFCONSTANT was not recording the text domain for the new constant.
      Call set-defvar-textdomain to record the text domain.
    30c2e45f
    History
    o Work around issue pointed out by Madhu on cmucl-imp, 2010-04-24.
    rtoy authored
      Replace the call to (setf info) with a (new) function,
      set-defvar-textdomain, that calls (setf info).  The (setf info) was
      causing the compiler to run and producing an unexpected message.
      The compiler doesn't need to handle the new function specially.
    
    o DEFCONSTANT was not recording the text domain for the new constant.
      Call set-defvar-textdomain to record the text domain.