1 file + 3 − 1 Inline Compare changes Side-by-side Inline Show whitespace changes Files 1 src/code/pprint.lisp +3 −1 Original line number Diff line number Diff line Loading @@ -2074,7 +2074,9 @@ When annotations are present, invoke them at the right positions." (lisp::with-array-data pprint-with-like) (c:define-vop pprint-define-vop) (c:sc-case pprint-sc-case) (c:define-assembly-routine pprint-define-assembly))) (c:define-assembly-routine pprint-define-assembly) (c:deftransform pprint-defun) (c:defoptimizer pprint-defun))) (defun pprint-init () (setf *initial-pprint-dispatch* (make-pprint-dispatch-table)) Loading
src/code/pprint.lisp +3 −1 Original line number Diff line number Diff line Loading @@ -2074,7 +2074,9 @@ When annotations are present, invoke them at the right positions." (lisp::with-array-data pprint-with-like) (c:define-vop pprint-define-vop) (c:sc-case pprint-sc-case) (c:define-assembly-routine pprint-define-assembly))) (c:define-assembly-routine pprint-define-assembly) (c:deftransform pprint-defun) (c:defoptimizer pprint-defun))) (defun pprint-init () (setf *initial-pprint-dispatch* (make-pprint-dispatch-table)) Loading