Hehe... reminds me of my short fight against SVN_ERR hiding a return statement, way back when...
On Apr 20, 2010 11:46 AM, "Hyrum K. Wright" <hyrum_wri...@mail.utexas.edu> wrote: On Tue, Apr 20, 2010 at 10:34 AM, Julian Foad <julian.f...@wandisco.com> wrote: > > Daniel Shahaf wr... While an interesting exercise in extending the C language, I've got serious reservations about introducing these types of macros. They don't improve code clarity, and make it more difficult for a novice to the code to understand what is going on. Please think long and hard before adding these obfuscating "features" to our code base. -Hyrum