Replaced SCM_STRINGP, SCM_STRING_CHARS, and
authorMarius Vollmer <mvo@zagadka.de>
Tue, 10 Aug 2004 13:43:55 +0000 (13:43 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 10 Aug 2004 13:43:55 +0000 (13:43 +0000)
commit79c98b33fea416592cdac95e94a69e08cf3b3f8f
tree10dfe45b77afd516e6b4394c40764e0a050ff991
parent24d1f17168dde1fa6a10ff5e8a7b2fbf5d62187e
Replaced SCM_STRINGP, SCM_STRING_CHARS, and
SCM_STRING_LENGTH with SCM_I_STRINGP, SCM_I_STRING_CHARS, and
SCM_I_STRING_LENGTH, respectively.
(gh_scm2newstr): Implement in terms of scm_to_locale_string.
libguile/gh_data.c