Skip to content
Snippets Groups Projects
Commit 30c2e45f authored by rtoy's avatar rtoy
Browse files

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.
parent 4c3c1c2a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment