Removed assumptions that inequality operations always works on total orders (that's not even true for simple floats). I.e. that a <= b is the same as !(a > b) and so on. Rev: src/interpret_functions.h:1.177 Rev: src/operators.c:1.201 Rev: src/operators.h:1.17 Rev: src/peep.in:1.76 Rev: src/svalue.c:1.207 Rev: src/svalue.h:1.133 Rev: src/treeopt.in:1.76