From 0ca044874fec3bf87bea6955f6263e103e6744a8 Mon Sep 17 00:00:00 2001 From: Vishal Bhatia Date: Sat, 12 Jun 1999 01:23:59 -0700 Subject: applied patch after demunging headers with appropriate paths Message-ID: Subject: [Patch 5.005_57] unsigned arithmetic (Compiler) p4raw-id: //depot/perl@3622 --- lib/ExtUtils/typemap | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ExtUtils') 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 -- cgit v1.2.1