ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/mkbundle
(Generate patch)

Comparing App-Staticperl/mkbundle (file contents):
Revision 1.29 by root, Sun Jul 10 01:37:56 2011 UTC vs.
Revision 1.30 by root, Mon Jul 11 18:46:59 2011 UTC

1027 PL_preambleav = newAV (); 1027 PL_preambleav = newAV ();
1028 1028
1029 av_unshift (PL_preambleav, 1); 1029 av_unshift (PL_preambleav, 1);
1030 av_store (PL_preambleav, 0, newSVpv (bootstrap, sizeof (bootstrap) - 1)); 1030 av_store (PL_preambleav, 0, newSVpv (bootstrap, sizeof (bootstrap) - 1));
1031 #else 1031 #else
1032 av_create_and_unshift_one (&PL_preambleav, newSVpv (bootstrap, sizeof (bootstrap) - 1)); 1032 Perl_av_create_and_unshift_one (&PL_preambleav, newSVpv (bootstrap, sizeof (bootstrap) - 1));
1033 #endif 1033 #endif
1034 1034
1035 if (PL_oldname) 1035 if (PL_oldname)
1036 ((XSINIT_t)PL_oldname)(aTHX); 1036 ((XSINIT_t)PL_oldname)(aTHX);
1037} 1037}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines