Since pulling in File::Temp for tempfiles would pull in
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 2 Jun 2003 08:28:51 +0000 (08:28 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 2 Jun 2003 08:28:51 +0000 (08:28 +0000)
commitde72a0a2f83a7d3d3d50d7d56d6f442eb3778175
treec08fc091c87423011618c590a853d5e943a801b7
parent7fc811cca11d30db90c233d254557669191be8d8
Since pulling in File::Temp for tempfiles would pull in
also Fcntl, miniperl could not open up tempfiles.  This broke
the use of miniperl in VMS, as noticed by Craig Berry.
Try to cure this by moving the creation of tempfile into its
own routine, my_tmpfp(), which gets compiled differently
for miniperl and perl.

p4raw-id: //depot/perl@19656
embed.fnc
embed.h
op.c
perlio.c
proto.h