For example, there is the source:
void my_special_debugging_function(const char* function_name, const char* file_name, int line_number); void func1() {
As stated in the other answer, I don't think that there is any way to tell GCC to do that, without preprocessor tricks and edits to the source code. – nategoose
I don't think that there is any way to tell GCC to do that, without preprocessor tricks and edits to the source code. – nategoose