-
- Downloads
o Work around issue pointed out by Madhu on cmucl-imp, 2010-04-24.
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.
Please register or sign in to comment