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:
parent
6a2693b2f9
commit
d837d4e2af
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue