(getlandp, getloanp, getnatp, getnewsp, getnukep, getplanep)
(getpowerp, getshipp, gettradep, gettrep): Fix insufficiently parenthesized macro expansion.
This commit is contained in:
parent
eae63fb950
commit
dccc0d1349
10 changed files with 10 additions and 10 deletions
|
@ -81,7 +81,7 @@ struct nchrstr {
|
|||
|
||||
#define getnuke(n, p) ef_read(EF_NUKE, (n), (p))
|
||||
#define putnuke(n, p) ef_write(EF_NUKE, (n), (p))
|
||||
#define getnukep(n) (struct nukstr *)ef_ptr(EF_NUKE, (n))
|
||||
#define getnukep(n) ((struct nukstr *)ef_ptr(EF_NUKE, (n)))
|
||||
|
||||
/* Work required for building */
|
||||
#define NUK_BLD_WORK(lcm, hcm, oil, rad) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue