Antonio SJ Musumeci wrote: > I'm not talking about that. This patch explains it. Moving > the conditional compilation from the optimizer to the preprocessor. > I see no reason to be using hard coded 1's and 0's in runtime logic. It is easier to read than a ifdef maze, and the net result is the same. Thiemo