This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File scope for VMS-specific #includes.
authorCraig A. Berry <craigberry@mac.com>
Thu, 24 May 2012 22:13:13 +0000 (17:13 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 24 May 2012 22:13:13 +0000 (17:13 -0500)
commit25bbd8263003a49c3f7afdc1cd082f6f66e76ce4
treec8bd69cd71d0f5095fc9e90ce045107b75df879b
parent929df5ffc08c253ffd629a57e960a554868f4551
File scope for VMS-specific #includes.

C++ requires #include directives to be at file scope, but we've
been lazy and haven't been doing that.
doio.c
mg.c
perl.c
perlio.c
util.c