summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-03 13:06:00 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-03 13:06:00 +0000
commit22c96fc102ce8ee52778a2d8a7fced27b492c1ee (patch)
tree1a1f53570204f0e471c6f8c8f2b2252f40a448d8 /perlapi.h
parentf550f1f84120b52f9da4c1bccd557ed73c676650 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 8c13d015ea..1fc4e081c2 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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