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 --- rogue/play.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rogue/play.c') diff --git a/rogue/play.c b/rogue/play.c index 04f8a89f..0527df3e 100644 --- a/rogue/play.c +++ b/rogue/play.c @@ -55,6 +55,8 @@ __RCSID("$NetBSD: play.c,v 1.10 2019/02/03 03:19:25 mrg Exp $"); #include "rogue.h" +#define __unreachable() __builtin_unreachable() + boolean interrupted = 0; static const char unknown_command[] = "unknown command"; -- cgit v1.2.3-56-ge451