diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 13:06:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 13:06:00 +0000 |
commit | 22c96fc102ce8ee52778a2d8a7fced27b492c1ee (patch) | |
tree | 1a1f53570204f0e471c6f8c8f2b2252f40a448d8 /perlapi.h | |
parent | f550f1f84120b52f9da4c1bccd557ed73c676650 (diff) | |
download | perl-22c96fc102ce8ee52778a2d8a7fced27b492c1ee.tar.gz |
Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
to a dynamic array.
p4raw-id: //depot/perl@27059
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -946,6 +946,8 @@ END_EXTERN_C #define PL_perlio_debug_fd (*Perl_Gperlio_debug_fd_ptr(NULL)) #undef PL_perlio_fd_refcnt #define PL_perlio_fd_refcnt (*Perl_Gperlio_fd_refcnt_ptr(NULL)) +#undef PL_perlio_fd_refcnt_size +#define PL_perlio_fd_refcnt_size (*Perl_Gperlio_fd_refcnt_size_ptr(NULL)) #undef PL_ppaddr #define PL_ppaddr (*Perl_Gppaddr_ptr(NULL)) #undef PL_sh_path |