On Fri, May 1, 2009 at 1:07 PM, Adam Barth <aba...@chromium.org> wrote: > Wow, that's pretty deep magic. > >> And you can use it like: >> HANDLE_EINTR(close(fd)); > > Isn't it disaster if you say: > > HANDLE_EINTR(close(ret));
Yes. Regretfully, C doesn't have hygienic macros. It probably would be a good idea to change "ret" to a name less likely to conflict... -- Elliot --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---