X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=writemain.SH;h=c42838308541d28717012ab45f40b26021b63578;hb=0a5d5e8be390bda2f9b7684490082d428228d28f;hp=66d14a16ce5a33880f5a43596139aae54aa4b1a2;hpb=43cc1d52f97c5f21f3207f045444707e7be33927;p=p5sagit%2Fp5-mst-13.2.git diff --git a/writemain.SH b/writemain.SH old mode 100755 new mode 100644 index 66d14a1..c428383 --- 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