1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 14:00:31 +02:00

* boot-9.scm (gentemp): Moved to symbols.c.

This commit is contained in:
Mikael Djurfeldt 2000-09-12 05:45:26 +00:00
parent 302f229e58
commit 484cd65682

View file

@ -2188,9 +2188,6 @@
e))) e)))
(#t e))) (#t e)))
(define (gentemp)
(gensym "scm:G"))
(provide 'defmacro) (provide 'defmacro)