From 2ea5eed0687749ef27b9f12c33453381a3d92d4d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 20 Oct 2018 00:52:23 -0700 Subject: [PATCH] Fix typo in previous change. --- src/compiler/machines/C/cutl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/machines/C/cutl.scm b/src/compiler/machines/C/cutl.scm index ea449be6c..8bf1f6f50 100644 --- a/src/compiler/machines/C/cutl.scm +++ b/src/compiler/machines/C/cutl.scm @@ -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))) -- 2.25.1