view loader/debug.h @ 22320:f96bc31f9aad

10l to me for bad todo items
author compn
date Sat, 24 Feb 2007 20:01:08 +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