introduce c11_compat.h to provide C11 things in C99
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 23 Jul 2019 12:44:33 +0000 (13:44 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Sun, 4 Aug 2019 10:14:25 +0000 (11:14 +0100)
Right now, all it does is provide the new standard `static_assert()` name.

Fixes: fbf7c38da35afe7f1de0 ("egl/wayland: use bitset.h for `formats` bit set")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Tested-by: Bhushan Shah <bshah@kde.org>

No differences found