On Sat, Dec 29, 2012 at 12:52:36PM +0100, Wouter Verhelst wrote: > > I've applied this too, but after I did so and pushed it I started > thinking that, because it really only calls one function, it might be > better, for now, to use a C99-style variadic macro instead. I've changed > it in that way. >
True. I considered variadic macros, too, for a few seconds. But then I thought that macros would not be that much more effective and I didn't know which you'd prefer, so I decided to offer the "safer" one first. But yes, macros are even simpler in this case, so good call! You are quite fast/efficient in applying patches, nice! =) -- Tuomas ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122912 _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
