Missed a rename in the last patch.

This commit is contained in:
Alex Shinn 2014-01-08 15:01:27 -05:00
parent ab9b284099
commit 8cb80bb7ed

View file

@ -267,7 +267,7 @@
;; Generate the library wrapper.
`(,_let ((,tmp ,this-module))
(,_define (rewrite-export x)
(,_if (pair? x)
(,_if (,_pair? x)
(,_if (,_and (,_= 3 (,_length x))
(,_eq? (,_quote rename)
(,_identifier->symbol (,_car x))))