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

(cherry picked from commit 6bcbb9ba85d95d7df63811a482abc39c4d595366)
This commit is contained in:
George Peter Staplin 2008-10-23 17:56:46 -06:00 committed by Jeremy Huddleston
parent 6a2693b2f9
commit d837d4e2af

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")