view loader/config.h @ 15624:cf7bbc26cb3d

Spelling/wording/grammar fixes, convert mixed tabs and spaces indentation to spaces, some cosmetics.
author diego
date Fri, 03 Jun 2005 11:59:55 +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