diff --git a/lib/ExtUtils/typemap b/lib/ExtUtils/typemap index 23073087a7..5ade80809d 100644 --- a/lib/ExtUtils/typemap +++ b/lib/ExtUtils/typemap @@ -1,3 +1,9 @@ +# This file is the standard typemap for the perl distribution +# and is included by XS files by default. +# +# It contains definitions for common C types (such as char *), +# and for basic perl-defined C types (such as IV, SV*). + # basic C types int T_IV unsigned T_UV