On 5/27/06, georg.brandl <python-checkins at python.org> wrote: >> Author: georg.brandl > Date: Sat May 27 16:41:55 2006 > New Revision: 46465 >> Modified: > python/trunk/Objects/exceptions.c > Log: > Remove spurious semicolons after macro invocations. - "interpreter exiting."); > + "interpreter exiting.") Ehm, why? The semicolons at least make it look like normal C (and it helps indenters and syntax highlighters, not to mention human readers.) If the macro doesn't like being followed by a semicolon, I think the macro should be fixed, not the callsites ;-) -- Thomas Wouters < thomas at python.org> Hi! I'm a .signature virus! copy me into your .signature file to help me spread! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-checkins/attachments/20060527/31118073/attachment.html