Rename elna::source to elna:boot

This commit is contained in:
2025-01-31 09:46:17 +01:00
parent 45898bb95f
commit 4011adbe2b
19 changed files with 754 additions and 654 deletions

View File

@ -5,7 +5,7 @@ namespace elna
{
namespace gcc
{
location_t get_location(const elna::source::position *position)
location_t get_location(const boot::position *position)
{
linemap_line_start(line_table, position->line, 0);