view loader/config.h @ 15485:62074f6caca7

Hopefully this phrasing is now correct English :-)
author gpoirier
date Sun, 15 May 2005 21:59:39 +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