From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- larn/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'larn/main.c') diff --git a/larn/main.c b/larn/main.c index 7b619f87..977c17d9 100644 --- a/larn/main.c +++ b/larn/main.c @@ -37,6 +37,8 @@ static void eatcookie(void); static void quaff(void); static int whatitem(const char *); +#define __unreachable() __builtin_unreachable() + static char copyright[] = "\nLarn is copyrighted 1986 by Noah Morgan.\n"; int srcount = 0; /* line counter for showstr() */ int dropflag = 0; /* if 1 then don't lookforobject() next round */ -- cgit v1.2.3