fix bad attr reference (datum attr doesn't exist)

That macro doesn't seem to be used anywhere. Perhaps it can just
be deleted.
This commit is contained in:
Ryan Culpepper 2012-09-17 02:35:51 -04:00
parent fcac1fdc50
commit 29a9abf394

View File

@ -17,7 +17,7 @@
(string->symbol
(string-append (symbol->string (syntax-e i))
"."
(symbol->string #'attr.datum))))])
(symbol->string (syntax-e #'attr)))))])
(quasisyntax/loc stx
(syntax-parse arg
[#,i #:declare #,i pat #'#,get-i])))]))