aboutsummaryrefslogtreecommitdiff
path: root/academic/tiemu/patches/sysdeps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/tiemu/patches/sysdeps.patch')
-rw-r--r--academic/tiemu/patches/sysdeps.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/academic/tiemu/patches/sysdeps.patch b/academic/tiemu/patches/sysdeps.patch
deleted file mode 100644
index 8a4addb76e..0000000000
--- a/academic/tiemu/patches/sysdeps.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- sysdeps.h.orig 2018-10-18 19:48:03.258705538 -0700
-+++ tiemu-3.03/src/core/uae/sysdeps.h 2018-10-18 19:48:34.178704986 -0700
-@@ -137,12 +137,6 @@
- #define ENUMDECL typedef enum
- #define ENUMNAME(name) name
-
--/* While we're here, make abort more useful. */
--#define abort() \
-- do { \
-- fprintf (stderr, "UAE: Internal error; file %s, line %d\n", __FILE__, __LINE__); \
-- (abort) (); \
--} while (0)
- #else
- #define ENUMDECL enum
- #define ENUMNAME(name) ; typedef int name