From 4f77ad5d019618893c59a0f8d5bfa6b98e50a3be Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 18 Aug 2026 13:31:47 +0200 Subject: Make Int and Word aliases to fixed-size types --- boot/ast.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/ast.cc') diff --git a/boot/ast.cc b/boot/ast.cc index fb1e276..9b21f56 100644 --- a/boot/ast.cc +++ b/boot/ast.cc @@ -196,7 +196,7 @@ namespace elna::boot __builtin_unreachable(); } - void empty_visitor::visit(literal *) + void empty_visitor::visit(literal *) { __builtin_unreachable(); } @@ -517,7 +517,7 @@ namespace elna::boot { } - void walking_visitor::visit(literal *) + void walking_visitor::visit(literal *) { } -- cgit v1.2.3