From f906d0b350b0b4ceb747669c9a9845d11bd0e486 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 15 Aug 2022 12:22:47 +0200 Subject: self hosted progress --- src/util.hff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.hff') diff --git a/src/util.hff b/src/util.hff index 5eb9c88..19c8c41 100644 --- a/src/util.hff +++ b/src/util.hff @@ -8,5 +8,5 @@ extern fn fnv1a(h u32, [#]const u8) u32; extern fn fnv1a_s(h u32, *const u8) u32; extern fn fnv1a_i(h u32, i64) u32; extern fn addfilepath(*const u8) int; -// extern fn fatal(*Parser, Loc, fmt *const u8, ...) void; +extern fn fileid2path(id int) *const u8; extern fn internstr(*const u8) *const u8; -- cgit v1.2.3