On Tue, 2003-07-01 at 11:03, David Woodhouse wrote:
> 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.

Interesting, I didn't know that; sweet.

It sounds like there is no need at all to make the library harder to use
then...

-- Ettore
_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers

Reply via email to