diff options
author | Vishal Bhatia <vishal@deja.com> | 1999-06-12 01:23:59 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-06 20:22:59 +0000 |
commit | 0ca044874fec3bf87bea6955f6263e103e6744a8 (patch) | |
tree | 1db9c954f451f36216ab6bfe117c51065436518c /lib/ExtUtils | |
parent | 603a98b057dc0594e88193eb408d3eea3f3e4908 (diff) | |
download | perl-0ca044874fec3bf87bea6955f6263e103e6744a8.tar.gz |
applied patch after demunging headers with appropriate paths
Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
p4raw-id: //depot/perl@3622
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/typemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/typemap b/lib/ExtUtils/typemap index b1ec063dd7..65970cff27 100644 --- a/lib/ExtUtils/typemap +++ b/lib/ExtUtils/typemap @@ -29,6 +29,7 @@ HV * T_HVREF CV * T_CVREF IV T_IV +UV T_UV I32 T_IV I16 T_IV I8 T_IV |