Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-08-09 22:35:24
    Hash : ead816e5
    Message : utils: add a STATIC_ASSERT macro It'd be nicer to use C11's static_assert(), but it's easier to roll our own C99 version using a trick I saw in xv6. Signed-off-by: Ran Benita <ran234@gmail.com>