diff options
Diffstat (limited to 'xkbparse.y')
-rw-r--r-- | xkbparse.y | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -91,15 +91,14 @@ %{ #ifdef DEBUG #define YYDEBUG 1 -#endif #define DEBUG_VAR parseDebug +unsigned int parseDebug; +#endif #include "parseutils.h" #include <X11/keysym.h> #include <X11/extensions/XKBgeom.h> #include <stdlib.h> -unsigned int parseDebug; - %} %right EQUALS %left PLUS MINUS |