view loader/config.h @ 15953:507ed764f0ef

10l to Nico for this copy&paste bug
author rathann
date Sun, 10 Jul 2005 14:05:29 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

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