printf can be a macro already, so #undef it

This commit is contained in:
Frank Denis 2013-04-25 23:25:39 -07:00
parent a3e13fa37d
commit 162b485cf6

View File

@ -39,6 +39,7 @@ int main(void)
return 0;
}
#undef printf
#define printf(...) fprintf(fp_res, __VA_ARGS__)
#define main xmain