Fix typo in previous change.
authorChris Hanson <org/chris-hanson/cph>
Sat, 20 Oct 2018 07:52:23 +0000 (00:52 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 Oct 2018 07:52:23 +0000 (00:52 -0700)
src/compiler/machines/C/cutl.scm

index ea449be6c2a26e3a113bf9dd5026f05d459ecb20..8bf1f6f50f9852eb8712581b6ea5208754400ca0 100644 (file)
@@ -82,7 +82,7 @@ USA.
   (indentation c:line-indentation)
   (text c:line-text))
 
-(define-printer-method c:line?
+(define-print-method c:line?
   (lambda (line port)
     (c:write-line line port)))