Thanks Joe! Fix thinko in code generation for define-structure.
authorChris Hanson <org/chris-hanson/cph>
Wed, 10 Jan 2018 04:06:27 +0000 (20:06 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 10 Jan 2018 04:06:27 +0000 (20:06 -0800)
src/runtime/defstr.scm

index 4cab2ae78926cb05170e32011be5b6a0bf5bc1ca..4125e45d8d55b5fca0713546d048359409720bd9 100644 (file)
@@ -828,6 +828,7 @@ differences:
 
 (define (printer-definitions structure)
   (if (and (structure/predicate structure)
+          (structure/print-procedure structure)
           (or (structure/record-type? structure)
               (structure/tagged? structure)))
       (let ((context (structure/context structure)))