mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Fix more breakage
This commit is contained in:
parent
ac996b6f97
commit
eb20ac67c1
@ -32,7 +32,7 @@ class m68000_base_device;
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef defined(__sun__) && defined(__svr4__)
|
||||
#if defined(__sun__) && defined(__svr4__)
|
||||
#undef REG_SP
|
||||
#undef REG_PC
|
||||
#undef REG_FP
|
||||
|
@ -199,7 +199,7 @@ private:
|
||||
// pnamedlist_t: a simple list
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
#if defined(defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__)
|
||||
#if (defined(__sun__) && defined(__svr4__)) || defined(__ANDROID__)
|
||||
#undef _C
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user