Code cleanup to avoid tricky macros and old-style function declarations.
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:23:01 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:23:01 +0000 (20:23 +0000)
commit2dce4a36d9d8bde9ae57ac2d277f637fbe388582
tree869a1e4a810f5fe68431baca55f1e0b469ff214a
parent69683b305dbcd4491ce58c2787fd4d18dd8f61c1
Code cleanup to avoid tricky macros and old-style function declarations.

(cmpf, less_than, less_equal, equal, not_equal, greater_equal,
greater_than, arithf, arithdivf, plus, minus, multiply, divide, mod):
Remove.

(eval4, eval3, eval2): Rewrite to avoid the need for the above macros
and functions.
src/expr.c