From: Guillermo J. Rozas Date: Sun, 23 Aug 1987 08:15:59 +0000 (+0000) Subject: Unlexperize DEFINE-TRANSFORMER. X-Git-Tag: 20090517-FFI~13118 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=07345113c3570ba9425000a3d2e2a930d671f8db;p=mit-scheme.git Unlexperize DEFINE-TRANSFORMER. --- diff --git a/v7/src/compiler/machines/vax/inerly.scm b/v7/src/compiler/machines/vax/inerly.scm index eee0a7af7..51c0e9982 100644 --- a/v7/src/compiler/machines/vax/inerly.scm +++ b/v7/src/compiler/machines/vax/inerly.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/inerly.scm,v 1.2 1987/08/23 07:55:56 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/inerly.scm,v 1.3 1987/08/23 08:15:59 jinx Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -76,7 +76,7 @@ MIT in each case. |# ;; *** Is this right? *** (syntax-table-define early-syntax-table 'DEFINE-TRANSFORMER - (macro (name . value) + (macro (name value) `(define-early-transformer ',name ,value))) (syntax-table-define early-syntax-table 'DEFINE-EA-TRANSFORMER