diff options
Diffstat (limited to 'xkbparse.y')
-rw-r--r-- | xkbparse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ #include <X11/extensions/XKBgeom.h> #include <stdlib.h> -static unsigned int parseDebug; +unsigned int parseDebug; %} %right EQUALS |