OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / bitvector / typemap
1
2 ###############################################################################
3 ##                                                                           ##
4 ##    Typemap for module "Bit::Vector" version 6.4.                          ##
5 ##                                                                           ##
6 ##    Copyright (c) 1995 - 2004 by Steffen Beyer.                            ##
7 ##    All rights reserved.                                                   ##
8 ##                                                                           ##
9 ##    This package is free software; you can redistribute it                 ##
10 ##    and/or modify it under the same terms as Perl itself.                  ##
11 ##                                                                           ##
12 ###############################################################################
13
14 TYPEMAP
15
16 N_int   T_IV
17 N_long  T_IV
18 Z_int   T_IV
19 Z_long  T_IV
20 boolean T_IV
21 BitVector_Object        T_SV
22 BitVector_Scalar        T_SV
23