mirror of
https://github.com/simh/simh.git
synced 2026-02-27 17:13:44 +00:00
Fix compile error of #ifdef __linux change for the altairz80 simulator
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
#define UNIT_CPU_V_SWITCHER (UNIT_V_UF+6) /* switcher 8086 <--> 8080/Z80 enabled */
|
||||
#define UNIT_CPU_SWITCHER (1 << UNIT_CPU_V_SWITCHER)
|
||||
|
||||
#if defined (__linux) defined (__linux__) || defined(__NetBSD__) || defined (__OpenBSD__) || defined (__FreeBSD__) || defined (__APPLE__)
|
||||
#if defined (__linux) || defined (__linux__) || defined(__NetBSD__) || defined (__OpenBSD__) || defined (__FreeBSD__) || defined (__APPLE__)
|
||||
#define UNIX_PLATFORM 1
|
||||
#else
|
||||
#define UNIX_PLATFORM 0
|
||||
|
||||
Reference in New Issue
Block a user