mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix bad breakage - sorry guys
This commit is contained in:
parent
8a4145b48c
commit
ac996b6f97
@ -23,7 +23,7 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
// some cleanups for Solaris for things defined in stdlib.h
|
||||
#ifdef defined(__sun__) && defined(__svr4__)
|
||||
#if defined(__sun__) && defined(__svr4__)
|
||||
#undef si_status
|
||||
#undef WWORD
|
||||
#endif
|
||||
@ -373,7 +373,7 @@ ATTR_NORETURN void fatalerror_exitcode(running_machine &machine, int exitcode, c
|
||||
//**************************************************************************
|
||||
|
||||
// population count
|
||||
#ifndef defined(__NetBSD__)
|
||||
#if defined(__NetBSD__)
|
||||
inline int popcount(UINT32 val)
|
||||
{
|
||||
int count;
|
||||
|
Loading…
Reference in New Issue
Block a user