[PATCH libICE 6/7] Kill off local ICE_t definitions
Emil Velikov
emil.l.velikov at gmail.com
Sun May 8 08:19:35 UTC 2016
Already defined at global scale in configure.ac
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/Makefile.am | 2 +-
src/icetrans.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 3cbe9c6..a23edb2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = -I${top_srcdir}/include
AM_CFLAGS = \
$(ICE_CFLAGS) \
$(CWARNFLAGS) \
- -DICE_t -DTRANS_CLIENT -DTRANS_SERVER
+ -DTRANS_CLIENT -DTRANS_SERVER
libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined
diff --git a/src/icetrans.c b/src/icetrans.c
index 8322f16..f224f07 100644
--- a/src/icetrans.c
+++ b/src/icetrans.c
@@ -26,7 +26,6 @@
#include <X11/Xfuncproto.h>
-#define ICE_t 1
#define TRANS_CLIENT 1
#define TRANS_SERVER 1
--
2.8.0
More information about the xorg-devel
mailing list