This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move a VMS-specific include file in sv.c.
authorCraig A. Berry <craigberry@mac.com>
Thu, 5 Jun 2014 20:44:52 +0000 (15:44 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 5 Jun 2014 20:51:42 +0000 (15:51 -0500)
commit9d9a81f09abfecc51243ec21a51eea7fb0e6b9bc
treea6395ca8d0c1d58e42849b9e3fc14961fa5539d1
parent4f119521f5464017c974c13638b5f9f1fc4af265
Move a VMS-specific include file in sv.c.

C++ doesn't allow pulling in rms.h smack dab in the middle of a
function like that.  While we're in there, go ahead and start
using the correct __VMS macro instead of just VMS.  The latter
was only necessary for VAX C, the non-C89-compliant predecessor
to DEC C that died a natural death some years ago.
sv.c