aboutsummaryrefslogtreecommitdiff
path: root/boot/parser.yy
diff options
context:
space:
mode:
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