From 661c29a7835cf1755deaf21f91832f00e958a318 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 31 Jul 2026 10:20:56 +0200 Subject: Review spaceship usage --- boot/name_analysis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/name_analysis.cc') diff --git a/boot/name_analysis.cc b/boot/name_analysis.cc index 89353e9..b8cd83e 100644 --- a/boot/name_analysis.cc +++ b/boot/name_analysis.cc @@ -795,7 +795,7 @@ namespace elna::boot this->current_type = literal->type_decoration; } - void name_analysis_visitor::visit(literal *literal) + void name_analysis_visitor::visit(literal *literal) { literal->type_decoration = lookup_primitive_type("Word"); this->current_type = literal->type_decoration; -- cgit v1.2.3