aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-24 07:04:02 +0200
committerlemon <lsof@mailbox.org>2022-08-24 07:04:02 +0200
commitd5c61681198527d70bc95f8ed10f19e881ac51b3 (patch)
tree5e82ecd7d5197cdf2c7c96ac628436fe1beff37f /src/cffc.hff
parente5ed3b20351a2715fe88d9a5dbcc8e6757fe96aa (diff)
arch stuff
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff2
1 files changed, 2 insertions, 0 deletions
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,