diff options
author | Tim Bunce <Tim.Bunce@pobox.com> | 1997-10-15 15:55:26 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@pobox.com> | 1997-10-15 15:55:26 +0000 |
commit | 50e27ac33704d6fb34d4be7cfb426b2097b27505 (patch) | |
tree | 0b92fcafbf7277d6096b994621b87c50f7988ff8 /miniperlmain.c | |
parent | 2269e8ecc334a5a77bdb915666547431c0171402 (diff) | |
parent | fb73857aa0bfa8ed43d4d2f972c564c70a57e0c4 (diff) | |
download | perl-50e27ac33704d6fb34d4be7cfb426b2097b27505.tar.gz |
Maintenance 5.004_04 changes
p4raw-id: //depot/maint-5.004/perl@128
Diffstat (limited to 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index 680b04284a..402f2ef065 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -2,6 +2,10 @@ * "The Road goes ever on and on, down from the door where it began." */ +#ifdef OEMVS +#pragma runopts(HEAP(1M,32K,ANYWHERE,KEEP,8K,4K)) +#endif + #ifdef __cplusplus extern "C" { #endif |