mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +02:00
Missed a rename in the last patch.
This commit is contained in:
parent
ab9b284099
commit
8cb80bb7ed
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue