1
0
Fork 0

Adding upstream version 2:9.1.1230.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:09:31 +02:00
parent 95f88d82e6
commit 0985b09abd
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
6270 changed files with 2000183 additions and 0 deletions

14
src/typemap Normal file
View 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}\")