Mercurial > mplayer.hg
view loader/debug.h @ 23949:26db94620073
Shorten (un)setting of all test flags
Now that we have a list of all flags, we can set them to yes or no with a
for-loop.
author | ivo |
---|---|
date | Tue, 31 Jul 2007 14:50:44 +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