iflag: Drop the use of double underscores
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Nov 2013 01:14:34 +0000 (17:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Nov 2013 01:14:34 +0000 (17:14 -0800)
commit4b47c77d89adac7abd81f6a99a04d85d853d84d9
tree24d5f68af3b3ea6df9b96d058ec37bfec195c619
parentaf90d3520fe647e390638f93e020c9b2712fd280
iflag: Drop the use of double underscores

Double underscores are reserved for the implementation, i.e. the C
compiler and its libraries.  NASM is an application and should not use
this namespace.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
iflag.h