(scm_gensym): Use " g" as default prefix, not "g".
authorMarius Vollmer <mvo@zagadka.de>
Thu, 31 Jan 2002 19:59:26 +0000 (19:59 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 31 Jan 2002 19:59:26 +0000 (19:59 +0000)
commit68dc153d7f7a86c6e7843dc1a776d73014c89ed2
tree7bcc43d029c35e240653feea10a8983ed837cfd8
parent1fa86ca526d94b9149bdd805989f694be8c120d5
(scm_gensym): Use " g" as default prefix, not "g".
This might help to make unintented clashes less likely.
(scm_string_to_symbol): Protect the string until the symbols is
created.
libguile/symbols.c