summaryrefslogtreecommitdiff
path: root/src/xkbcomp/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbcomp/ast.h')
-rw-r--r--src/xkbcomp/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/ast.h b/src/xkbcomp/ast.h
index 4d8bc83..425e502 100644
--- a/src/xkbcomp/ast.h
+++ b/src/xkbcomp/ast.h
@@ -211,7 +211,7 @@ typedef struct _KeycodeDef {
ParseCommon common;
enum merge_mode merge;
xkb_atom_t name;
- unsigned long value;
+ int64_t value;
} KeycodeDef;
typedef struct _KeyAliasDef {