cppexp.c (cpp_num_mul): Remove unused parameter.
authorNeil Booth <neil@daikokuya.co.uk>
Thu, 18 Jul 2002 22:08:35 +0000 (22:08 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 18 Jul 2002 22:08:35 +0000 (22:08 +0000)
commitad28cff7c180b612f54512fd7f7ed7b11f09fc05
treec35620c4cc551b15ba8490f87b29651264d6244a
parent139b7f86861245f14f1231326dd9ab9b7e1f1bea
cppexp.c (cpp_num_mul): Remove unused parameter.

* cppexp.c (cpp_num_mul): Remove unused parameter.
(UNARY, BINARY, OTHER, binary_handler): Remove.
(ALWAYS_EVAL): New.
(optab): Update.
(reduce): Refactor to a large switch, don't use a function
pointer.

From-SVN: r55570
gcc/ChangeLog
gcc/cppexp.c