realign macro continuation after g to g? expansion
This commit is contained in:
12
src/botl.c
12
src/botl.c
@@ -676,11 +676,11 @@ static const char *cache_nomovemsg = NULL, *cache_multi_reason = NULL;
|
||||
do { \
|
||||
boolean clear_cache = FALSE, refresh_cache = FALSE; \
|
||||
\
|
||||
if (gm.multi < 0) { \
|
||||
if (gn.nomovemsg || gm.multi_reason) { \
|
||||
if (cache_nomovemsg != gn.nomovemsg) \
|
||||
if (gm.multi < 0) { \
|
||||
if (gn.nomovemsg || gm.multi_reason) { \
|
||||
if (cache_nomovemsg != gn.nomovemsg) \
|
||||
refresh_cache = TRUE; \
|
||||
if (cache_multi_reason != gm.multi_reason) \
|
||||
if (cache_multi_reason != gm.multi_reason) \
|
||||
refresh_cache = TRUE; \
|
||||
} else { \
|
||||
clear_cache = TRUE; \
|
||||
@@ -693,8 +693,8 @@ do { \
|
||||
cache_multi_reason = (const char *) 0; \
|
||||
} \
|
||||
if (refresh_cache) { \
|
||||
cache_nomovemsg = gn.nomovemsg; \
|
||||
cache_multi_reason = gm.multi_reason; \
|
||||
cache_nomovemsg = gn.nomovemsg; \
|
||||
cache_multi_reason = gm.multi_reason; \
|
||||
} \
|
||||
if (clear_cache || refresh_cache) { \
|
||||
cache_reslt[0] = cache_avail[0] = FALSE; \
|
||||
|
||||
Reference in New Issue
Block a user