mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 15:40:55 -08:00
EQUALP should not be influenced by the character type of the string
This commit is contained in:
parent
6fd5899a64
commit
340de87eae
1 changed files with 0 additions and 1 deletions
|
|
@ -421,7 +421,6 @@ BEGIN:
|
|||
if (ty != t_vector && ty != t_base_string && ty != t_bitvector)
|
||||
return FALSE;
|
||||
#endif
|
||||
|
||||
j = x->vector.fillp;
|
||||
if (j != y->vector.fillp)
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue