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 --- warp/intrp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'warp/intrp.c') diff --git a/warp/intrp.c b/warp/intrp.c index e3f615b0..1a88da3d 100644 --- a/warp/intrp.c +++ b/warp/intrp.c @@ -19,6 +19,8 @@ #include "INTERN.h" #include "intrp.h" +#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) + /* name of this host */ char *hostname; -- cgit v1.2.3