qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 02/19] Add support for compile time assertions


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 02/19] Add support for compile time assertions
Date: Mon, 07 Jun 2010 17:35:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b2pre Thunderbird/3.0.4

On 06/07/2010 04:42 PM, Daniel P. Berrange wrote:
The verify.h header, taken from GNULIB, provides macros for
doing compile time assertions.

There are two main variants

For use in global namespace (eg header files, or global decls)

   verify(CONDITION)

There is QEMU_BUILD_BUG_ON already.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]