mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Removed spurious statement left from cut & paste.
This commit is contained in:
parent
5e2204136e
commit
fe77606f7c
1 changed files with 0 additions and 1 deletions
|
|
@ -347,7 +347,6 @@ ecl_char_set(cl_object object, cl_index index, cl_index value)
|
|||
case t_string:
|
||||
if (index >= object->string.dim)
|
||||
illegal_index(object, index);
|
||||
if (!CHARACTERP(value)) FEtype_error_character(value);
|
||||
object->string.self[index] = CODE_CHAR(value);
|
||||
break;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue