diff --git a/src/xkbcomp/xkbparse.y b/src/xkbcomp/xkbparse.y index 6e2aad2..a5f0067 100644 --- a/src/xkbcomp/xkbparse.y +++ b/src/xkbcomp/xkbparse.y @@ -120,7 +120,7 @@ extern int yylex(union YYSTYPE *val, struct YYLTYPE *loc, void *scanner); unsigned uval; int64_t num; char *str; - Atom sval; + xkb_atom_t sval; ParseCommon *any; ExprDef *expr; VarDef *var;