fixed; did not compile
This commit is contained in:
parent
6afec88cbb
commit
d22cbfae61
@ -191,7 +191,7 @@ cmp_ext(e1, e2)
|
|||||||
add_ext(e1, e2, &tmp);
|
add_ext(e1, e2, &tmp);
|
||||||
e2->sign = ! e2->sign;
|
e2->sign = ! e2->sign;
|
||||||
if (tmp.m1 == 0 && tmp.m2 == 0) return 0;
|
if (tmp.m1 == 0 && tmp.m2 == 0) return 0;
|
||||||
if (tmp->sign) return -1;
|
if (tmp.sign) return -1;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user