In message: <[EMAIL PROTECTED]>
NyOS <[EMAIL PROTECTED]> writes:
: #ifndef _FOO_H //capitals!
: #define _FOO_H //capitals!You sould avoid using _FOO_H for the define here. That's in the implementation space and strictly speaking off limits to programmers that merely use the system. FOO_H is better, and likely sufficiently unambiguous. Warner _______________________________________________ Qemu-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/qemu-devel
