mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
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>