commit | 9668d7f5393dcc95f3d447a7dfb1c28265a2c9fd | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric.engestrom@intel.com> | Tue Jul 23 13:44:33 2019 +0100 |
committer | Eric Engestrom <eric.engestrom@intel.com> | Sun Aug 04 11:14:25 2019 +0100 |
tree | b9009638ccb9dbfafc5517eb644ce98c7ca7e959 | |
parent | 64ffc289be897d25a2e6038c2bcf17dc0608fcea [diff] |
introduce c11_compat.h to provide C11 things in C99 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>