<[email protected]> writes: > Hi, > > please excuse the cheap way of avoiding dead code, but I was afraid > that git rebase would cause me too many failures with my 30 subsequent > patches. The minor change of turning #if FULL_TEST into /* already cost > me 4 hours with git rebase fixing and assessing make; make mci.ok of every > single patch.
Code is just as dead within /* */ than within #ifdef, so I'm afraid it's not better. You'd probably have less trouble if you did this in smaller chunks, there's no need to add all the tests in a single patch. -- Alexandre Julliard [email protected]
