added syntax-rules to the magic square-bracket opening list

svn: r12185
This commit is contained in:
Robby Findler 2008-10-30 21:49:59 +00:00
parent f5364c4f46
commit 0c40227dac

View File

@ -58,6 +58,7 @@
("provide/contract" 0)
("new" 1)
("case" 1)
("syntax-rules" 1)
("syntax-case" 2)
("syntax-case*" 3))
(λ (x) (and (list? x) (andmap (λ (x) (and (pair? x)