slackbuilds_ponce/academic/tiemu/patches/sysdeps.patch
shelldweller b4a8d5b75b
academic/tiemu: Added (TI-89/92/V200 emulator for linux)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-05-23 09:32:00 +07:00

15 lines
484 B
Diff

--- 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