]> gitweb.factorcode.org Git - factor.git/commitdiff
macros: fix bug, needed this fry actually.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 19 Jul 2015 18:38:02 +0000 (11:38 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 19 Jul 2015 18:38:02 +0000 (11:38 -0700)
basis/macros/macros.factor

index 9b17ba04264f29260f24268d4938c9b343405c19..362e02c6e75c4305aa2cb3185cfbae864a0156ea 100644 (file)
@@ -20,7 +20,7 @@ PRIVATE>
         [ nip check-macro-effect ]
         [
             [ '[ _ _ call-effect ] ] keep
-            [ memoize-quot ] keep
+            [ memoize-quot '[ @ call ] ] keep
             define-declared
         ]
         [ drop "macro" set-word-prop ]