27 May
2009
27 May
'09
3:01 a.m.
Jorge wrote:
On Sun, May 24, 2009 at 03:09:53PM -0400, corvid@lavabit.com wrote:
I was just going through and changing the include guards that don't follow the dillo convention, and then I glanced at http://en.wikipedia.org/wiki/Include_guard and it reminds me that the C++ standard prohibits '_'s at the beginning.
Does anyone care enough to have an opinion? If we want to rm the leading or surrounding underscores, I might as well do that too before committing.
A "D_" prefix looks OK to me.
e.g.
#ifndef D_BINARYCONST_H #define D_BINARYCONST_H
...
#endif /* D_BINARYCONST_H */
Is that D_IO_, D_DLIB_, etc., on the dillo side and LOUT_, DW_, etc., on the dw side? (not sure whether dw is still supposed to maintain an independence of sorts...)