diff options
author | Brian Ingerson <ingy@ttul.org> | 2002-09-28 06:03:24 -0700 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-10-10 10:48:42 +0000 |
commit | d2b7433c48dc7d27927575c53e6065b136942905 (patch) | |
tree | a69b4bb972a7b8c6780408aabf9d893b9a1ed80d /lib/ExtUtils | |
parent | 364e1267e1c01598947ebb286e5e925f56a6bee9 (diff) | |
download | perl-d2b7433c48dc7d27927575c53e6065b136942905.tar.gz |
PATCH: lib/ExtUtils/typemap
Message-ID: <20020928130324.A16900@ttul.org>
p4raw-id: //depot/perl@17989
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 1124eb6483..2a53b62abf 100644 --- a/lib/ExtUtils/typemap +++ b/lib/ExtUtils/typemap @@ -14,6 +14,7 @@ const char * T_PV caddr_t T_PV wchar_t * T_PV wchar_t T_IV +# bool_t is defined in <rpc/rpc.h> bool_t T_IV size_t T_UV ssize_t T_IV |