X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fdebug.h;h=b9466c9f02c03f32772514788ca6ea866898a90c;hb=bc785b9427d17fa0ed4e4a6200f128a8abbc20e0;hp=63dfb2ecba8c32e3aa848175eaba8f4ca32dd2e7;hpb=ab182d4b9ed44239ab3ff1d08b2f8e14a3699ccf;p=libfirm diff --git a/ir/common/debug.h b/ir/common/debug.h index 63dfb2ecb..b9466c9f0 100644 --- a/ir/common/debug.h +++ b/ir/common/debug.h @@ -96,7 +96,7 @@ void firm_dbg_set_file(firm_dbg_module_t *module, FILE *file); /* If we have C99 use the __func__ variable for calling functions name. */ #if defined(__STD_VERSION__) && __STD_VERSION >= 199901L -#define _DBG(args) _DBG_MAIN(__func__, args) +#define _DBG(args) _DBG_MAIN(__func__, args) #else /* Else, check for gcc and use the proprietary __FUNCTION__ macro. */