On Fri, 15 Apr 2005, Philip M. Gollucci wrote:

> >#ifdef false
> >    void dbd_st_rows() {...} 
> >#endif
> >  
> >
> newer compiles should also optimize: particularly gcc
> 
> if (false) {
> }
> 
> out
> 

Maybe I am missing something here, but what does optimizing out if blocks have 
to do with function declarations?  In this case, xsubpp is seeing a spurious 
function declaration arising form its ignorance of ifdefs (Or so I think).

Rudy.

Reply via email to