diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-01 19:21:02 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-01 19:21:02 +0000 |
commit | 9e6b2b00f0190751b970ece3db7033405cb08ca5 (patch) | |
tree | e18c55b12253c77b6eedaa130c83d59345c1ba17 /byterun.h | |
parent | 891fc7f27629745a734e804217bbdaf86146df17 (diff) | |
download | perl-9e6b2b00f0190751b970ece3db7033405cb08ca5.tar.gz |
[asperl] add AS patch#20 (exposes more global constants)
p4raw-id: //depot/asperl@908
Diffstat (limited to 'byterun.h')
-rw-r--r-- | byterun.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ struct bytestream { void (*freadpv)(U32, void*); }; void byterun _((struct bytestream)); -#else -void byterun _((PerlIO *)); +/* #else +void byterun _((PerlIO *)); */ #endif /* INDIRECT_BGET_MACROS */ void *bset_obj_store _((void *, I32)); |