I have a number of debug statements defined in a program, and I want to be able to make a copy of the source without these statements.
In order to do this I first lo
One may use tools like unifdef, unifdefall — remove preprocessor conditionals from code. (Run a "light" preprocessor for GCC)