ast: use more suitable types in a few ast nodes
authorRan Benita <ran234@gmail.com>
Fri, 7 Feb 2014 23:26:35 +0000 (01:26 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 7 Feb 2014 23:50:22 +0000 (01:50 +0200)
commit6ea15719d1859f0ff7e5bbfe361850c381776683
tree922b913429002c2039ed09fe80a6e9e8df664a6e
parentb9b3593cbdeb7f5b02d50cecaba6a0b47d4979ad
ast: use more suitable types in a few ast nodes

The int ones cannot be signed (they come as such from the scanner, and
NEGATE is never applied to them).

The uint32_t one is really an atom, but presumably the type was never
converted to xkb_atom_t.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/ast-build.c
src/xkbcomp/ast-build.h
src/xkbcomp/ast.h