summaryrefslogtreecommitdiff
path: root/console-client/xkb
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-04-10 23:59:03 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-16 23:45:25 -0300
commit4fc79451259e026d60357fd1a1c12d0a27e8a64b (patch)
tree405975839027458b5695bebf99a2ab4d39846a40 /console-client/xkb
parent20e353b84e7aa5dbdac9c2c48ef03baf6261118f (diff)
Avoid redefinition of NoSymbol.
* console-client/xkb/xkb.c: Remove macro NoSymbol. * console-client/xkb/compose.c: Likewise.
Diffstat (limited to 'console-client/xkb')
-rw-r--r--console-client/xkb/compose.c2
-rw-r--r--console-client/xkb/xkb.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/console-client/xkb/compose.c b/console-client/xkb/compose.c
index 5e8352f0..e86b5799 100644
--- a/console-client/xkb/compose.c
+++ b/console-client/xkb/compose.c
@@ -26,8 +26,6 @@
#include <ctype.h>
#include <string.h>
-#define NoSymbol 0
-
/* Tokens that can be recognised by the scanner. */
enum tokentype
{
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c
index a63d1ba0..0b439134 100644
--- a/console-client/xkb/xkb.c
+++ b/console-client/xkb/xkb.c
@@ -42,8 +42,6 @@
-#define NoSymbol 0
-
/* The converter. */
extern iconv_t cd;