(getlandp, getloanp, getnatp, getnewsp, getnukep, getplanep)

(getpowerp, getshipp, gettradep, gettrep): Fix insufficiently
parenthesized macro expansion.
This commit is contained in:
Markus Armbruster 2007-01-20 19:16:09 +00:00
parent eae63fb950
commit dccc0d1349
10 changed files with 10 additions and 10 deletions

View file

@ -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) \