At 06:55 PM 3/5/2003, Stas Bekman wrote: >>From browsing perl sources, it seems that this is the proper way to do that: > >#ifdef __attribute__ /* Avoid possible redefinition errors */ >#undef __attribute__ >#endif >#define __attribute__(__x) >#endif
--1 - you would eliminate the ability for us to pick up thinks like apr_xprintf() invalid formatting strings and the like where they are supported. Your snippet isn't balanced above, was their something more? Bill Bill
