nasm/disasm
KO Myung-Hun 29a5aabd7a Fix compilation with Open Watcom
Open Watcom does not support 64-bit constants at 'case'.

[ hpa: I'm pulling this, but I'm really, *really* questioning its
supportability long term. The OpenWatcom people need to fix this, or
we are just going to have to say "OW is not supported."

At some point we *are* going to move to a "C99 is baseline" policy for
code; there are simply too many features in C99 that are actively
painful to be without.

That is, unless we decide to go to C++, which is under consideration
but is a much bigger job. In that case, the target will probably be
either C++11 or C++14 as those C++ versions contain some pretty
essential features. ]

Signed-off-by: KO Myung-Hun <komh78@gmail.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2025-10-09 14:52:29 -07:00
..
disasm.c Fix compilation with Open Watcom 2025-10-09 14:52:29 -07:00
disasm.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
ndisasm.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
prefix.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
sync.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
sync.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00