On Thu, May 23, 2013 at 4:39 PM, Alexander Kornienko <[email protected]> wrote: > Found out that if false is used almost exclusively to check if 'false' is > defined to 0 ;)
That doesn't match my findings. All uses of "#if false" I've seen (outside of (bad) open source code) are used to disable blocks of code, though there are open source packages which do mis-use it as you mention. I consider "#if 0" to be C-style/anachronistic though, so don't mind me. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
