Fix equality testing for macro re-definition.
commit87c310de375e6ae1b3a1740ffa353355cbd363ac
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 7 Jun 2004 01:49:04 +0000 (6 18:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:03 +0000 (7 21:02 -0700)
tree4a74cd4e5fd067c758710e011d32e658d6b2990d
parent625b39274679530fc4756bffe1649448a8a54222
Fix equality testing for macro re-definition.

We just move the arglist re-write up to before
the equality test, so that we have rewritten
the expansion in both the new and the old version.

Otherwise we'd get spurious differences due to
the rewriting and thus incorrect warnings.
pre-process.c