Hi, Neil Jerram <n...@ossau.uklinux.net> writes:
> There are ways of writing compile time asserts; see > http://www.jaggersoft.com/pubs/CVu11_3.html for some. I don't know > how portable these all are, but at work we use the case label one, and > that seems to be good on common platforms. Gnulib's `verify' module provides macros for compile-time assertions. Thanks, Ludo'.