Kaydet (Commit) c5601f48 authored tarafından Jack Jansen's avatar Jack Jansen

Undefine DPRINTF before defining it, there was a conflict with some other

definition.
üst 3a96702b
......@@ -577,6 +577,7 @@ restrictions:
of #ifdef inline, and there are *still* stupid compilers about that don't like
indented pre-processor statements. I suppose it's only been 10 years... */
#undef DPRINTF
#ifdef DEBUG
#define DPRINTF(p) printf p
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment