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

That macro doesn't seem to be used anywhere. Perhaps it can just
be deleted.

original commit: 29a9abf39454a683b0092efafdf2afb95ef0c4b5
This commit is contained in:
Ryan Culpepper 2012-09-17 02:35:51 -04:00
parent 1bdf607438
commit 88a903a791

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])))]))