mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, so it wasn't building. Fix the build.
This commit is contained in:
parent
508ebb7c45
commit
6bcbb9ba85
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue