mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-18 17:07:24 +00:00
Add parens to suppress warning about use of assignment in if-condition
This commit is contained in:
parent
72c8cd14af
commit
ba246fa721
@ -731,7 +731,7 @@ ConsCell *find_cdrable_pair(LispPTR carpart, LispPTR cdrpart)
|
||||
for ( pg = (struct conspage *)Addr68k_from_LPAGE(pgno = ListpDTD->dtd_nextpage);
|
||||
pgno; pg = (struct conspage *)Addr68k_from_LPAGE(pgno = pg->next_page))
|
||||
{
|
||||
if (cell = find_cdrpair_in_page(pg, carpart, cdrpart)) return (cell);
|
||||
if ((cell = find_cdrpair_in_page(pg, carpart, cdrpart))) return (cell);
|
||||
}
|
||||
|
||||
return (find_cdrpair_in_page(next_conspage(), carpart, cdrpart));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user