This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] various cleanups so that B can be built as "just another extension"
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 26 Feb 1998 03:56:19 +0000 (03:56 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 26 Feb 1998 03:56:19 +0000 (03:56 +0000)
commitd613ef02e4bf2ccbbac161910d879e49ce35ecd8
tree0645273db99be98d62780677bee79cbceb8d8992
parentf1c0db8dbc906cad6c85874be33c7969497df1cd
[win32] various cleanups so that B can be built as "just another extension"
 - export symbols needed for building B
 - bset_obj_store() is needed by byterun(), so define it there instead
   of at B.xs, and export it
 - freadpv() is only used in B.xs, so move it there
 - byte*.h are now included by perl.h
 - regenerate embed*.h

p4raw-id: //depot/win32/perl@589
bytecode.h
bytecode.pl
byterun.c
byterun.h
embed.h
ext/B/B.xs
ext/B/Makefile.PL
global.sym
perl.h