EQUALP should not be influenced by the character type of the string

This commit is contained in:
jgarcia 2006-11-10 18:43:26 +00:00
parent 6fd5899a64
commit 340de87eae

View file

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