OSDN Git Service

* pmacros.scm (pmacros-init!): For .eval macros, use eval1 as the
authorjimb <jimb>
Mon, 14 Feb 2005 17:48:25 +0000 (17:48 +0000)
committerjimb <jimb>
Mon, 14 Feb 2005 17:48:25 +0000 (17:48 +0000)
transformer procedure, not eval.  Transformer procedures take one
argument.

cgen/ChangeLog
cgen/pmacros.scm

index 88b6920..b9110ae 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-14  Jim Blandy  <jimb@redhat.com>
+
+       * pmacros.scm (pmacros-init!): For .eval macros, use eval1 as the
+       transformer procedure, not eval.  Transformer procedures take one
+       argument.
+
 2005-02-11  Nick Clifton  <nickc@redhat.com>
 
        * cpu/iq2000.opc (parse_jtargq10): Change type of valuep argument
index e3a40fc..08fcca4 100644 (file)
 
   ; doesn't work, Hobbit creates "eval" variable
   ;(-pmacro-set! '.eval (-pmacro-make '.eval '(expr) #f eval "eval"))
-  (-pmacro-set! '.eval (-pmacro-make '.eval '(expr) #f (eval1 'eval) "eval"))
+  (-pmacro-set! '.eval (-pmacro-make '.eval '(expr) #f (eval1 'eval1) "eval"))
 )
 
 ; Initialize so we're ready to use after loading.