On Mon, 2003-06-30 at 03:06, Not Zed wrote:
> Its basically a busted mode of operation. Especially when some of the
> header files can include so much, and include the same stuff over and
> over again. libc doesn't do this anywhere near as much.
Note that gcc has, for years, optimised the ...
#ifdef __SOME_HEADER_FILE_H__
#define __SOME_HEADER_FILE_H__
/* blah blah blah */
#endif /* __SOME_HEADER_FILE_H__ */
... case and doesn't even _open_ the file on the second and subsequent
#includes.
--
dwmw2
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers