mirror of
https://github.com/simh/simh.git
synced 2026-02-10 10:11:20 +00:00
ALL: Avoid name space collision for the global variable PC when readline is dynamically loaded in many simulators.
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
|
||||
#define INLINE
|
||||
|
||||
/* Rename of global PC variable to avoid namespace conflicts on some platforms */
|
||||
|
||||
#define PC PC_Global
|
||||
|
||||
/* Configuration */
|
||||
|
||||
#define INITMEMSIZE (1 << 24) /* !!debug!! */
|
||||
|
||||
Reference in New Issue
Block a user