Skip to content
Commit 25a15317 authored by Raymond Toy's avatar Raymond Toy
Browse files

Clean up printing and fix printing bug in non-cmucl.

Clisp was printing #q(1 2) as #q(#q#q1 #q#q2).  This is caused by
PRINT-OBJECT for QD-COMPLEX printing a #q in addition to a #q printed
by QD-FORMAT.

qd-class.lisp:
o Use the same PRINT-OBJECT method for qd-real for all Lisps.
o Remove extraneous #q from PRINT-OBJECT method for qd-complex.

qd-io.lisp:
o QD-FORMAT for cmucl needs to output #q.
parent 3d2184f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment