From 5cc2947143f2a6ebd4ef1ae4d25ab956b87de808 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 21 Jul 2026 21:27:03 +0200 Subject: Redefine strings as slice of constant characters --- boot/symbol.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'boot/symbol.cc') diff --git a/boot/symbol.cc b/boot/symbol.cc index 738e4e1..da948fd 100644 --- a/boot/symbol.cc +++ b/boot/symbol.cc @@ -329,8 +329,6 @@ namespace elna::boot result->enter("Char", std::make_shared(type(std::make_shared("Char")))); result->enter("Pointer", std::make_shared(type(std::make_shared("Pointer")))); result->enter("Float", std::make_shared(type(std::make_shared("Float")))); - result->enter("String", std::make_shared(type(std::make_shared("String")))); - type const boolean = type(std::make_shared("Bool")); result->enter("Bool", std::make_shared(boolean)); -- cgit v1.2.3