This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stdint.h has yet to appear on VMS.
authorCraig A. Berry <craigberry@mac.com>
Mon, 20 Dec 2010 01:26:28 +0000 (19:26 -0600)
committerCraig A. Berry <craigberry@mac.com>
Mon, 20 Dec 2010 03:58:46 +0000 (21:58 -0600)
commit4b2d6671441f6d60f1172ea0d86756fea9c01181
tree0f9807350b3fe228bdf7c2fdca36f8e8b3069a03
parent38684baa0525ac95a5bcc5f409d91ff31f9fe242
stdint.h has yet to appear on VMS.

Despite the compiler's claiming C99 compliance.  What we probably
really need here is I_STDINT, or perhaps HAVE_INTMAX and
HAVE_UINTMAX, determined by Configure and friends.  But in any case
07208e09d4435b4e72743076e0bc290ef4b34911 broke the build, so this
gets it going again for now.
sv.c