nasmlib.h: Introduce nasm_build_assert
commitacf256f4db327492c3277a86f6b6d192da941a97
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Nov 2009 20:35:04 +0000 (5 23:35 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Nov 2009 20:35:04 +0000 (5 23:35 +0300)
treee54f5f547b2743578d3a19b8fc155ab3cd6a4f56
parent638c1ac07862fc86a8ddd9f233497a6cd300d409
nasmlib.h: Introduce nasm_build_assert

It's useful to protect our self from some
errors at build time.

For this sake we should use nasm_build_assert
if needed.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasmlib.h