Commit c5601f48 authored by Jack Jansen's avatar Jack Jansen

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

definition.
parent 3a96702b
...@@ -577,6 +577,7 @@ restrictions: ...@@ -577,6 +577,7 @@ restrictions:
of #ifdef inline, and there are *still* stupid compilers about that don't like 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... */ indented pre-processor statements. I suppose it's only been 10 years... */
#undef DPRINTF
#ifdef DEBUG #ifdef DEBUG
#define DPRINTF(p) printf p #define DPRINTF(p) printf p
#else #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