1
0
mirror of https://github.com/simh/simh.git synced 2026-02-16 04:34:05 +00:00

Renamed scp's recently created macro MMASK to MODMASK to avoid name collisions with MMASK macros used in some simulators

This commit is contained in:
Mark Pizzolato
2013-02-02 16:44:44 -08:00
parent 06cf9532f7
commit c5fe058a62
2 changed files with 12 additions and 12 deletions

View File

@@ -542,7 +542,7 @@ struct sim_mtab {
#define MTAB_NMO (0020 | MTAB_XTD) /* only if named */
#define MTAB_NC (0040 | MTAB_XTD) /* no UC conversion */
#define MTAB_SHP (0100 | MTAB_XTD) /* show takes parameter */
#define MMASK(mptr,flag) (((mptr)->mask & flag) == flag)/* flag mask test */
#define MODMASK(mptr,flag) (((mptr)->mask & flag) == flag)/* flag mask test */
/* Search table */