From d5c61681198527d70bc95f8ed10f19e881ac51b3 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 24 Aug 2022 07:04:02 +0200 Subject: arch stuff --- src/cffc.hff | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cffc.hff') diff --git a/src/cffc.hff b/src/cffc.hff index d327766..21418b9 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -382,7 +382,9 @@ extern fn fatal(*Parser, Loc, fmt *const u8, ...) void; // targ.cff extern static g_targ Targ; +extern static host_target_triple const *const u8; extern fn targ_ini(name *const u8) bool; +extern fn triple2targ(triple *const u8) *const u8; // type.cff extern static ty_void *const Type, -- cgit v1.2.3