view loader/config.h @ 15842:57ba4b5a3d8e

Synced with 1.80
author jheryan
date Tue, 28 Jun 2005 13:29:49 +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