summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:03:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-20 17:05:50 -0800
commit65a6f162fd9fee4e647ac49c546c5d6a1655c58c (patch)
treec8480f38522ff7b0f159cbd1b321da1d7e600360
parent3296d7b8d14a6c114489d40b76e8da339e11b25c (diff)
unifdef __sgi_not_xconsortium
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/xkb/XKBCvt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xkb/XKBCvt.c b/src/xkb/XKBCvt.c
index 5e483ef4..457368f2 100644
--- a/src/xkb/XKBCvt.c
+++ b/src/xkb/XKBCvt.c
@@ -50,10 +50,6 @@ from The Open Group.
#include <ctype.h>
#include <X11/Xos.h>
-#ifdef __sgi_not_xconsortium
-#define XKB_EXTEND_LOOKUP_STRING
-#endif
-
static int
_XkbHandleSpecialSym(KeySym keysym, char *buffer, int nbytes, int *extra_rtrn)
{