Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
6b28a906
by Raymond Toy at 2023-03-15T14:06:28+00:00
-
75e0b7e3
by Raymond Toy at 2023-03-15T14:06:31+00:00
1 changed file:
Changes:
... | ... | @@ -2074,7 +2074,9 @@ When annotations are present, invoke them at the right positions." |
2074 | 2074 | (lisp::with-array-data pprint-with-like)
|
2075 | 2075 | (c:define-vop pprint-define-vop)
|
2076 | 2076 | (c:sc-case pprint-sc-case)
|
2077 | - (c:define-assembly-routine pprint-define-assembly)))
|
|
2077 | + (c:define-assembly-routine pprint-define-assembly)
|
|
2078 | + (c:deftransform pprint-defun)
|
|
2079 | + (c:defoptimizer pprint-defun)))
|
|
2078 | 2080 | |
2079 | 2081 | (defun pprint-init ()
|
2080 | 2082 | (setf *initial-pprint-dispatch* (make-pprint-dispatch-table))
|