view loader/debug.h @ 24935:36fef61bbfa4

synced with r24954
author Gabrov
date Sun, 04 Nov 2007 11:57:33 +0000
parents a2e02e6b6379
children 6ac1ece1f9fe
line wrap: on
line source

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif