summaryrefslogtreecommitdiffstats
path: root/larn/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'larn/main.c')
-rw-r--r--larn/main.c2
1 files changed, 2 insertions, 0 deletions
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 */