Greetings!
gentemp is being deprecated, but is still used all over the place. Well,
it's used in expect.scm, match.scm, psyntax.pp and psyntax.ss. These
should probably all be changed to use gensym instead.
Sorry, no patch.
BTW: gensym does not return unique symbols:
guile> (gensym)
g0
guile> (define g1 'foo)
guile> (gensym)
g1
Wasn't this fixed a while back? Or was that gentemp?
-Dale
--
Dale P. Smith
Treasurer, Cleveland Linux Users Group http://cleveland.lug.net
Senior Systems Consultant, Altus Technologies Corporation
[EMAIL PROTECTED]
440-746-9000 x309
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile