0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00
Files
nasm/include
H. Peter Anvin df6b966ca9 nasmlib.h: use int for the enum macros, for strict ISO C
ISO C before C23 restricted enum ranges to type "int" (not even
"unsigned int"). This limits the usability of enums for bit fields,
but it still covers our main use cases.

On gcc/clang this just produces a warning, but who knows what other
compilers will do.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2025-09-25 08:33:17 -07:00
..
2024-08-20 12:59:07 -07:00
2024-08-20 12:59:07 -07:00
2019-09-12 20:26:23 -04:00
2025-09-13 21:25:02 -07:00
2024-08-20 12:59:07 -07:00
2024-08-20 12:59:07 -07:00
2024-08-20 12:59:07 -07:00