view loader/debug.h @ 29800:606c9da862b7
Remove some useless comments/commented-out code.
author |
reimar |
date |
Fri, 06 Nov 2009 16:11:58 +0000 (2009-11-06) |
parents |
a8ea87c71d18 |
children |
|
line source
#ifndef MPLAYER_DEBUG_H
#define MPLAYER_DEBUG_H
#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif
#endif /* MPLAYER_DEBUG_H */