mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
lib/ExtUtils/typemap: add some comments
Add a few lines to the top of this file explaining what its purpose is.
This commit is contained in:
parent
b8c2ebcae0
commit
167c63be7e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user