mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
2ae87f26a8
commit
70a4404429
4 changed files with 14 additions and 1 deletions
|
@ -143,7 +143,7 @@ follow them."
|
|||
(cond ((null? rest-list) (reverse! acc))
|
||||
((keyword? (first rest-list))
|
||||
(lp acc (cddr rest-list)))
|
||||
(else (lp (cons (first rest-list) acc) (rest rest-list))))))
|
||||
(else (lp (cons (first rest-list) acc) (cdr rest-list))))))
|
||||
|
||||
(define (guile-ht-ctor weakness)
|
||||
"Answer the Guile HT constructor for the given WEAKNESS."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue