(isstring): Remove.
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:45:59 +0000 (20:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:45:59 +0000 (20:45 +0000)
commit2169593a4f2890a60923a2eb996f9e5cfa4447e2
tree02931a656e1f23dc744ab25dc516dbe8fd0bc244
parentbf009adc4e097f69479cdf809902c07000559c3c
(isstring): Remove.
(eval2): Do comparisons as strings first, before trying to convert to
integer.  This avoids loss of information and wrong result, e.g. for
"expr '00' '<' '0!'", where you don't want to convert '00' to '0'.
src/expr.c