mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
usage: __size_assert(typename, size); if the type's size (calculated by sizeof) doesn't match the asserted size, an illegal dummy type will be constructed, thus compilation fails. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>