Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
95f88d82e6
commit
0985b09abd
6270 changed files with 2000183 additions and 0 deletions
14
src/typemap
Normal file
14
src/typemap
Normal file
|
@ -0,0 +1,14 @@
|
|||
TYPEMAP
|
||||
VIWIN T_VIOBJNOMUNGE
|
||||
VIBUF T_VIOBJNOMUNGE
|
||||
|
||||
INPUT
|
||||
T_VIOBJNOMUNGE
|
||||
if (sv_isa($arg, \"${ntype}\")) {
|
||||
IV tmp = SvIV((SV*)SvRV($arg));
|
||||
$var = INT2PTR($type, tmp);
|
||||
if (!tmp)
|
||||
croak(\"$ntype no longer exists\");
|
||||
}
|
||||
else
|
||||
croak(\"$var is not of type ${ntype}\")
|
Loading…
Add table
Add a link
Reference in a new issue