Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    1b8f6914
    Fix bug about LISP::SOCKET-ERROR not being a valid class. From Craig · 1b8f6914
    rtoy authored
    Brent Ludington, cmucl-help, 2006-06-21.
    
    bootfiles/19c/boot-2006-06-3.lisp:
    o Bootstrap file to remove LISP::SOCKET-ERROR in favor of
      EXT:SOCKET-ERROR.  (Not really needed, if you just answer the
      restarts in the obvious way.)
    
    code/exports.lisp:
    o Export EXT:SOCKET-ERROR.  The LISP package already uses the EXT
      package, so we're set.
    1b8f6914
    History
    Fix bug about LISP::SOCKET-ERROR not being a valid class. From Craig
    rtoy authored
    Brent Ludington, cmucl-help, 2006-06-21.
    
    bootfiles/19c/boot-2006-06-3.lisp:
    o Bootstrap file to remove LISP::SOCKET-ERROR in favor of
      EXT:SOCKET-ERROR.  (Not really needed, if you just answer the
      restarts in the obvious way.)
    
    code/exports.lisp:
    o Export EXT:SOCKET-ERROR.  The LISP package already uses the EXT
      package, so we're set.