aboutsummaryrefslogtreecommitdiff
path: root/boot/parser.yy
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-08-01 16:05:51 +0200
committerEugen Wissner <belka@caraus.de>2026-08-01 16:05:51 +0200
commit71b3bbb7698b13b42c99a4ca66c27db4a6189ff8 (patch)
tree1fc6ed246ecc0cf561f38ad774a4815ba357ea7b /boot/parser.yy
parent8539c10542a4be1e1127daea60bf1b1e4c37e092 (diff)
downloadelna-71b3bbb7698b13b42c99a4ca66c27db4a6189ff8.tar.gz
Enforce integral values in slice ranges
Diffstat (limited to 'boot/parser.yy')
-rw-r--r--boot/parser.yy4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/parser.yy b/boot/parser.yy
index 670a265..bc0cb53 100644
--- a/boot/parser.yy
+++ b/boot/parser.yy
@@ -78,8 +78,8 @@ along with GCC; see the file COPYING3. If not see
%token <std::string> IDENTIFIER
%token <std::string> TRAIT
-%token <std::int32_t> INTEGER
-%token <std::uint32_t> WORD
+%token <std::int64_t> INTEGER
+%token <std::uint64_t> WORD
%token <double> FLOAT
%token <std::string> CHARACTER
%token <std::string> STRING