X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=writemain.SH;h=c42838308541d28717012ab45f40b26021b63578;hb=cf8a9db467fa754b0ba7997123e634898cfd9234;hp=66d14a16ce5a33880f5a43596139aae54aa4b1a2;hpb=0c73a419525723821ea6572a87abb4e3fd04cab1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/writemain.SH b/writemain.SH index 66d14a1..c428383 100644 --- a/writemain.SH +++ b/writemain.SH @@ -70,11 +70,12 @@ cat << 'EOP' static void xs_init() { - dXSUB_SYS; EOP if test X"$args" != "X" ; then echo " char *file = __FILE__;" + echo " dXSUB_SYS;" + ai='' for ext in $args ; do @@ -84,7 +85,6 @@ if test X"$args" != "X" ; then mname=`echo $ext | sed 's!/!::!g'` cname=`echo $mname | sed 's!:!_!g'` - echo " {" if test "$ext" = "DynaLoader"; then : Must NOT install 'DynaLoader::boot_DynaLoader' as 'bootstrap'! : boot_DynaLoader is called directly in DynaLoader.pm @@ -92,7 +92,6 @@ if test X"$args" != "X" ; then else echo " newXS(\"${mname}::bootstrap\", boot_${cname}, file);" fi - echo " }" done fi