diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-10 23:59:03 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-16 23:45:25 -0300 |
commit | 4fc79451259e026d60357fd1a1c12d0a27e8a64b (patch) | |
tree | 405975839027458b5695bebf99a2ab4d39846a40 /console-client/xkb/compose.c | |
parent | 20e353b84e7aa5dbdac9c2c48ef03baf6261118f (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/compose.c')
-rw-r--r-- | console-client/xkb/compose.c | 2 |
1 files changed, 0 insertions, 2 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 { |