qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] ?off? ide/code editor under linux


From: M. Warner Losh
Subject: Re: [Qemu-devel] ?off? ide/code editor under linux
Date: Sat, 05 Aug 2006 21:52:46 -0600 (MDT)

In message: <address@hidden>
            NyOS <address@hidden> 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




reply via email to

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