Skip to content

Commit

Permalink
Sync with data-sift.
Browse files Browse the repository at this point in the history
  • Loading branch information
archimag committed Jan 20, 2013
1 parent da9f052 commit 88dbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declarations.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(cons 'list
(iter (for (var rule) in declarations)
(collect (find var variables :test #'string=))
(collect `(data-sift:compile-rule ,rule)))))))
(collect `(data-sift:compile-parse-rule ,rule)))))))

(defmethod parse-declarations ((type (eql :additional-variables)) declarations traits)
(iter (for (var handler default) in declarations)
Expand Down

0 comments on commit 88dbb11

Please sign in to comment.