parser: use "atom" instead of "sval" in yylval
authorRan Benita <ran234@gmail.com>
Sat, 20 Sep 2014 12:06:13 +0000 (15:06 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 20 Sep 2014 12:06:13 +0000 (15:06 +0300)
commitd0c6fce24d0963380f4ee30c72fc2c5f7725e27c
tree15faa19a265e85b2209c11653617dba5004e7c72
parent1ba7d9ecda5e32de121b4e72486df4d0a262b029
parser: use "atom" instead of "sval" in yylval

"sval" is already used for "struct sval".

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/parser.y
src/xkbcomp/scanner.c