perl 5.002beta1h patch: perl.h
authorPerl 5 Porters <perl5-porters.nicoh.com>
Tue, 2 Jan 1996 23:21:55 +0000 (23:21 +0000)
committerAndy Dougherty <doughera.lafayette.edu>
Tue, 2 Jan 1996 23:21:55 +0000 (23:21 +0000)
commit84ea024ac9cdf20f21223e686dddea82d5eceb4f
tree8dc237c68734a16a91d4bcf085b4fb2e03f848ce
parent4550b24a9adfb75d9c081ae699e54700e1a9add2
perl 5.002beta1h patch: perl.h

5.002beta1 attempted some memory optimizations, but unfortunately
they can result in a memory leak problem.  This can be
avoided by #define STRANGE_MALLOC.  I do that here until
consensus is reached on a better strategy for handling the
memory optimizations.

Include maxo for the maximum number of operations (needed
for the Safe extension).
perl.h