mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 10:13:36 -08:00
Missing break caused MAKE-SYMBOL to abort when input a string with extended chars.
This commit is contained in:
parent
d60a7f33a5
commit
5393f572f2
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ cl_make_symbol(cl_object str)
|
|||
} else {
|
||||
str = si_copy_to_simple_base_string(str);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case t_base_string:
|
||||
str = si_copy_to_simple_base_string(str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue