diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-26 03:56:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-26 03:56:19 +0000 |
commit | d613ef02e4bf2ccbbac161910d879e49ce35ecd8 (patch) | |
tree | 0645273db99be98d62780677bee79cbceb8d8992 /bytecode.h | |
parent | f1c0db8dbc906cad6c85874be33c7969497df1cd (diff) | |
download | perl-d613ef02e4bf2ccbbac161910d879e49ce35ecd8.tar.gz |
[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
Diffstat (limited to 'bytecode.h')
-rw-r--r-- | bytecode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bytecode.h b/bytecode.h index bfa4025f14..7ca7ffd3ac 100644 --- a/bytecode.h +++ b/bytecode.h @@ -8,8 +8,6 @@ typedef OP *opindex; typedef IV IV64; EXT int iv_overflows INIT(0); -void *bset_obj_store _((void *, I32)); -void freadpv _((U32, void *)); EXT SV *sv; #ifndef USE_THREADS |