0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-08-23 10:33:50 -04:00

Merge 853b6b23e04dc339e6b6bd4f3ffe588869d885dd into ada267ec8cb708317e707158f0296fab5ccb794e

This commit is contained in:
Nico Weber 2025-08-16 22:22:27 -04:00 committed by GitHub
commit cdfdb23e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2950,7 +2950,7 @@ iftype:
t = tline = expand_smacro(tline);
while (tok_white(t) ||
(needtype == TOKEN_NUM && (tok_is(t, '-') | tok_is(t, '+'))))
(needtype == TOKEN_NUM && (tok_is(t, '-') || tok_is(t, '+'))))
t = t->next;
j = tok_is(t, needtype);