include/compiler.h: change __WATCOM__ to __WATCOMC__
commite29c7bb241c912c7043f9c9a81669abbfd749a3e
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 07:05:17 +0000 (28 23:05 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 1 Mar 2017 07:05:17 +0000 (28 23:05 -0800)
tree548d47ee908d2947665ddf9d218cb08ed55a851d
parent34b5dbe496b5b7397d2b54c3941424e316ae1d63
include/compiler.h: change __WATCOM__ to __WATCOMC__

The correct macro to test for (Open)Watcom is __WATCOMC__ not
__WATCOM__.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/compiler.h