summaryrefslogtreecommitdiffstats
path: root/academic/tiemu/patches/sysdeps.patch
blob: 8a4addb76eda299cd77935057ce34e62a0cc5e43 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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