This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
authorNicholas Clark <nick@ccl4.org>
Tue, 16 Mar 2004 22:36:49 +0000 (22:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 16 Mar 2004 22:36:49 +0000 (22:36 +0000)
commitea68fd6797dadac10ab76cd1e3819841adf4581b
tree58425ba9d94395ed2433ee13b03ca1490a0173b5
parent0d7021f5240e725846173a1d0dc9d1773dcd2c3b
Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
block. This allows the re-entrant API to be used with ithreads,
which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
(Which may seem inane, but makes perl threaded at the C level
without enabling ithreads)

p4raw-id: //depot/perl@22514
intrpvar.h