[inseparable changes from patch from perl5.003_23 to perl5.003_24]
[p5sagit/p5-mst-13.2.git] / win32 / makeperldef.pl
1 print "EXPORTS\n";
2 foreach (@ARGV) {
3         print "\tboot_$_\n"
4         };