p4raw-id: //depot/perl@28066
EOP
if test X"$args" != "X" ; then
- echo " const char file[] = __FILE__;"
+ echo " static const char file[] = __FILE__;"
echo " dXSUB_SYS;"
ai=''
* version checks in these bootstrap calls are optional.
*/
+static const char file[] = __FILE__;
+
void
Perl_boot_core_xsutils(pTHX)
{
- const char file[] = __FILE__;
-
newXS("attributes::bootstrap", XS_attributes_bootstrap, file);
}
{
dVAR;
dXSARGS;
- const char file[] = __FILE__;
if( items > 1 )
Perl_croak(aTHX_ "Usage: attributes::bootstrap $module");