From 89fb4f577655dac61e81bbebd804e8843140a305 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2019 01:28:36 -0700 Subject: Define __inline alternate keyword --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index b482c31..9605c59 100644 --- a/config.def.h +++ b/config.def.h @@ -31,6 +31,7 @@ static char *preprocesscmd[] = { /* alternate keywords */ "-D", "__alignof__=_Alignof", + "-D", "__inline=inline", "-D", "__signed__=signed", }; static char *compilecmd[] = {"cc-qbe"}; -- cgit v1.2.3