mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
2006-03-21 Ludovic Courtès <ludovic.courtes@laas.fr>
* numbers.c (scm_i_mem2number): Renamed to scm_c_locale_stringn_to_number. * numbers.c, print.c, read.c: Updated callers.
This commit is contained in:
parent
d0a9429acc
commit
2d25ec1981
3 changed files with 10 additions and 8 deletions
|
@ -327,7 +327,7 @@ scm_print_symbol_name (const char *str, size_t len, SCM port)
|
|||
if (len == 0 || str[0] == '\'' || str[0] == '`' || str[0] == ','
|
||||
|| quote_keywordish_symbol (str, len)
|
||||
|| (str[0] == '.' && len == 1)
|
||||
|| scm_is_true (scm_i_mem2number(str, len, 10)))
|
||||
|| scm_is_true (scm_c_locale_stringn_to_number (str, len, 10)))
|
||||
{
|
||||
scm_lfwrite ("#{", 2, port);
|
||||
weird = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue