view loader/config.h @ 20863:8488e29241a5

[small fixes] - punctuation - improve markup of <screen> - fix odd '>|' as a shell redirection operator - sentence order - key names
author torinthiel
date Mon, 13 Nov 2006 11:02:30 +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