Fix bad breakage - sorry guys

This commit is contained in:
Vas Crabb 2015-04-01 13:59:25 +11:00
parent 8a4145b48c
commit ac996b6f97

View File

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