Missing break caused MAKE-SYMBOL to abort when input a string with extended chars.

This commit is contained in:
jgarcia 2006-11-12 13:26:48 +00:00
parent d60a7f33a5
commit 5393f572f2

View file

@ -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);