Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    577a1f0c
    .../systems-work/code/reader.lisp, 26-Apr-90 16:19:15, Edit by Chiles. · 577a1f0c
    ram authored
      I fixed READ-QUOTE to call READ with t for eof-errorp which it previously
      failed to do.  I fixed READ-PRESERVING-WHITESPACE to no longer screw with
      eof-errorp based on recursivep; this was a blatant bug probably from some
      misinterpretation of the manual years ago.  I also cleaned up the code.
    577a1f0c
    History
    .../systems-work/code/reader.lisp, 26-Apr-90 16:19:15, Edit by Chiles.
    ram authored
      I fixed READ-QUOTE to call READ with t for eof-errorp which it previously
      failed to do.  I fixed READ-PRESERVING-WHITESPACE to no longer screw with
      eof-errorp based on recursivep; this was a blatant bug probably from some
      misinterpretation of the manual years ago.  I also cleaned up the code.