1
0
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:
Mark Pizzolato
2015-01-11 15:22:47 -08:00
parent f5dcb2e2e5
commit c2cef3c051
10 changed files with 40 additions and 0 deletions

View File

@@ -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!! */