Skip to content

Commit

Permalink
Merge pull request #2 from mfiano/patch-1
Browse files Browse the repository at this point in the history
Support for using printv in a dumped core image
  • Loading branch information
danlentz committed Dec 10, 2021
2 parents 646d319 + 9526418 commit e717a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printv.lisp
Expand Up @@ -7,7 +7,7 @@
;; Configurables - Adjust to Individual Taste
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defvar *default-printv-output* *trace-output*)
(defvar *default-printv-output* (make-synonym-stream '*trace-output*))
(defvar *printv-output* *default-printv-output*)
(defvar *printv-lock* (make-recursive-lock))

Expand Down

0 comments on commit e717a7f

Please sign in to comment.