Doug MacEachern wrote: > % find xs -name "*.h" | xargs grep MPXS_ > ... > xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_dispatch) > xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache_LOG_MARK) > xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_log_xerror) > xs/Apache/Log/Apache__Log.h:static XS(MPXS_Apache__Log_log_error) > > and see modperl_functions.map. > source_scan doesn't put any MPXS_ functions in the xs/tables. > the name must either map to an existing C function or be DEFINEd in the > .map
it works :) I was confused thinking that DEFINE is only for #define's. I need to document all the variants. You are da man, Doug! Thanks _____________________________________________________________________ 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]
