Stas Bekman wrote: > Doug MacEachern wrote: > > > On Fri, 14 Dec 2001, Stas Bekman wrote: > > > > > >>Is there a way for SourceScan to tell where it borks? I mean on which > >>file (line?). > >> > > > > not that i know of, that'd be up to C::Scan. > > > more problems with C::Scan: > > > #ifndef MP_SOURCE_SCAN > #include "apr_optional.h" > #endif > > static APR_OPTIONAL_FN_TYPE(apr_perlio_apr_file_to_glob) *apr_file_to_glob; > > > doesn't report any problems, but stops the scanning (without telling > anything) > > and generates incomplete tables. It took me a while to trace it down :(
of course the fix was to put the last line from above into #ifndef as well. The problem is that it wasn't reported by souce scan. -- _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
