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 325325 (symbol (fdefinition fdesignator))))
326326(declaim (ftype (function (t ) function) core :coerce-to-function)))
327327
328- ; ;; ------------------------------------------------------------
329- ; ;;
330- ; ;; Copied from clasp/src/lisp/kernel/lsp/pprint.lisp
331- ; ;; and put here so that the inline definition is available
332- ; ;;
333- (in-package " SI" )
334-
335- #- bytecode
336- (progn (declaim (inline index-posn posn-index posn-column))
337- (defun index-posn (index stream )
338- (declare (type index index) (type pretty-stream stream ))
339- (+ index (pretty-stream-buffer-offset stream )))
340- (defun posn-index (posn stream )
341- (declare (type posn posn) (type pretty-stream stream ))
342- (- posn (pretty-stream-buffer-offset stream )))
343- (defun posn-column (posn stream )
344- (declare (type posn posn) (type pretty-stream stream ))
345- (index-column (posn-index posn stream ) stream ))
346-
347328#+ (or )
348329(eval-when (:execute )
349330 (format t " Setting core:*echo-repl-read* to NIL~% " )
You can’t perform that action at this time.
0 commit comments