This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Package::Constants from ext/ to cpan/
[perl5.git] / ext / XS-Typemap / typemap
CommitLineData
ea035a69
JH
1# Typemap file for typemap testing
2# includes bonus typemap entries
3# Mainly so that all the standard typemaps can be exercised even when
4# there is not a corresponding type explicitly identified in the standard
5# typemap
6
7svtype T_ENUM
8intRef * T_PTRREF
9intRef T_IV
10intObj * T_PTROBJ
11intObj T_IV
12intRefIv * T_REF_IV_PTR
13intRefIv T_IV
14intArray * T_ARRAY
15intOpq T_IV
16intOpq * T_OPAQUEPTR
17shortOPQ T_OPAQUE
aa921f48 18shortOPQ * T_OPAQUEPTR
5abff6f9 19astruct * T_OPAQUEPTR