Changeset 13182
- Timestamp:
- Nov 10, 2009, 4:45:43 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/l1-readloop-lds.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-readloop-lds.lisp
r13124 r13182 300 300 (and fd (eof-transient-p fd)))) 301 301 302 (defvar *save-interactive-source-locations* t) 303 302 304 ;;; This is the part common to toplevel loop and inner break loops. 303 305 (defun read-loop (&key (input-stream *standard-input*) … … 328 330 (setq *in-read-loop* nil 329 331 *break-level* break-level) 330 (clrhash *nx-source-note-map*)331 332 (multiple-value-bind (form env print-result) 332 333 (toplevel-read :input-stream input-stream … … 334 335 :prompt-function prompt-function 335 336 :eof-value eof-value 336 :map *nx-source-note-map*) 337 :map (when *save-interactive-source-locations* 338 (clrhash *nx-source-note-map*) 339 *nx-source-note-map*)) 337 340 (if (eq form eof-value) 338 341 (progn
Note:
See TracChangeset
for help on using the changeset viewer.
