mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c5d2ab6af3
PR: 171608 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
18 lines
556 B
C
18 lines
556 B
C
--- src/lib/fcitx-gclient/fcitxclient.c.orig 2012-09-19 14:25:18.000000000 +0800
|
|
+++ src/lib/fcitx-gclient/fcitxclient.c 2012-09-19 14:29:55.000000000 +0800
|
|
@@ -26,10 +26,14 @@
|
|
#include "fcitxclient.h"
|
|
#include "marshall.h"
|
|
|
|
+#ifdef _DEBUG
|
|
#define fcitx_gclient_debug(...) g_log ("fcitx-client", \
|
|
G_LOG_LEVEL_DEBUG, \
|
|
__VA_ARGS__)
|
|
|
|
+#else
|
|
+#define fcitx_gclient_debug(...)
|
|
+#endif
|
|
typedef struct _ProcessKeyStruct ProcessKeyStruct;
|
|
|
|
struct _ProcessKeyStruct {
|