Replace remaining use of Atom instead of xkb_atom_t

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-04-06 04:20:35 +03:00 committed by Daniel Stone
parent e9537d50d0
commit 28011e71ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;