XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, so it wasn't building. Fix the build.

(cherry picked from commit 6bcbb9ba85)
This commit is contained in:
George Peter Staplin 2008-10-23 17:56:46 -06:00 committed by Jeremy Huddleston
parent 49b7a7c6f2
commit 882ae87740

View File

@ -37,7 +37,6 @@ extern void x_input_run (void);
# define DB(msg, args...) debug_printf("%s:%s:%d " msg, __FILE__, __FUNCTION__, __LINE__, ##args)
#else
# define DB(msg, args...) do {} while (0)
#else
#endif
#define TRACE() DB("TRACE\n")