iflag: Don't use c99 array initialization
commitd578b511c936f35468f8c783db1237982ce3c0e1
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 10 Dec 2013 07:09:49 +0000 (10 11:09 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 10 Dec 2013 07:10:19 +0000 (10 11:10 +0400)
tree33172b23e6d86076949b5fdea6b3daab43f6794f
parentf8d12d5011f16730da919b437e245a80b7054683
iflag: Don't use c99 array initialization

It's sad but not all compilers support c99 features, so drop
off IFLAG_INIT helper.

Reported-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
iflag.h