view loader/config.h @ 13663:35df666b15fa

sync 1.782 + 2 spelling mistakes
author wight
date Sun, 17 Oct 2004 22:24:19 +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