forked from aniani/nasm
If we have new features introduced by C11, use them
Instead of using hacks or compiler-specific features, if we have standard features as defined in ISO C11, use them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
@@ -492,7 +492,7 @@ restart_parse:
|
||||
if (i == TOKEN_EOS)
|
||||
goto fail;
|
||||
|
||||
nasm_build_assert(P_none != 0);
|
||||
nasm_build_assert(P_none == 0);
|
||||
memset(result->prefixes, P_none, sizeof(result->prefixes));
|
||||
result->times = 1L;
|
||||
|
||||
|
Reference in New Issue
Block a user