Rewrote UArray comparison functions to use boolean type instead of int type to
resolve any ambiguity. Modified signatures of the corresponding functions.
Ran tests and checked that they pass:
$ LD_LIBRARY_PATH=`pwd`/install/lib/ ../install/bin/io
../libs/iovm/tests/correctness/run.io
......................................................................
......................................................................
......................................................................
....................
----------------------------------------------------------------------
Ran 230 tests in 3.0030000000000001s
OK run
Rewrote UArray comparison functions to use boolean type instead of int type to resolve any ambiguity. Modified signatures of the corresponding functions.
Ran tests and checked that they pass: