view loader/config.h @ 18589:de155823ef82

Fix a few minor spelling errors in comments.
author corey
date Mon, 05 Jun 2006 22:23:42 +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