File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 405405 (symbol (fdefinition fdesignator))))
406406(declaim (ftype (function (t ) function) core :coerce-to-function))
407407
408- ; ;; ------------------------------------------------------------
409- ; ;;
410- ; ;; Copied from clasp/src/lisp/kernel/lsp/pprint.lisp
411- ; ;; and put here so that the inline definition is available
412- ; ;;
413- (in-package " SI" )
414-
415- #|
416- (declaim (inline index-posn posn-index posn-column))
417- (defun index-posn (index stream)
418- (declare (type index index) (type pretty-stream stream))
419- (+ index (pretty-stream-buffer-offset stream)))
420- (defun posn-index (posn stream)
421- (declare (type posn posn) (type pretty-stream stream))
422- (- posn (pretty-stream-buffer-offset stream)))
423- (defun posn-column (posn stream)
424- (declare (type posn posn) (type pretty-stream stream))
425- (index-column (posn-index posn stream) stream))
426- |#
427408#+ (or )
428409(eval-when (:execute )
429410 (format t " Setting core:*echo-repl-read* to NIL~% " )
You can’t perform that action at this time.
0 commit comments