~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to xs/ModPerl/Util/ModPerl__Util.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-24 02:48:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324024844-73oxqkcj2jmlmh2t
Tags: 2.0.2-2build1
Fake sync to bring in new upstream bugfixes, UVF exception by mdz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    Perl_newSVpvf(aTHX_ "0x%lx", (unsigned long)aTHX)
19
19
#else
20
20
#define mpxs_ModPerl__Util_current_perl_id() \
21
 
    Perl_newSVpvf(aTHX_ "0x%lx", 0)
 
21
    Perl_newSVpvf(aTHX_ "0x%lx", (unsigned long)0)
22
22
#endif
23
23
 
24
24
static MP_INLINE void mpxs_ModPerl__Util_untaint(pTHX_ I32 items,