On Wed, Sep 25, 2013 at 09:23:58PM -0500, Jared Maddox wrote: > > Yes, as you got below I meant removing functions such as > > > > if (0) > > some_function(); > > > > The "problem" is that many applications use this construct instead of > > adding #ifdefs everywhere. > > So I've heard. Just use #if already, people! It exists for a reason, after > all.
One reason people don't use #if is that you have to recompile for every permutation of the expression inside the #if. Otherwise code can go stale if left out of the edit-make-commit loop. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
