diff options
Diffstat (limited to 'src/Event.c')
-rw-r--r-- | src/Event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Event.c b/src/Event.c index b485931..df04bea 100644 --- a/src/Event.c +++ b/src/Event.c @@ -1319,7 +1319,7 @@ DispatchEvent(XEvent *event, Widget widget) typedef enum _GrabType { pass, ignore, remap } GrabType; -#if !defined(AIXV3) || !defined(AIXSHLIB) +#if !defined(AIXSHLIB) static /* AIX shared libraries are broken */ #endif Boolean |