ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/typemap
(Generate patch)

Comparing deliantra/Deliantra-Client/typemap (file contents):
Revision 1.15 by root, Wed Dec 26 21:03:21 2007 UTC vs.
Revision 1.16 by root, Sun Nov 18 00:52:22 2018 UTC

17DC::Map T_PTROBJ 17DC::Map T_PTROBJ
18 18
19INPUT 19INPUT
20 20
21T_IVOBJ 21T_IVOBJ
22 if (sv_derived_from($arg, \"${ntype}\")) 22 if (sv_derived_from ($arg, \"${ntype}\"))
23 $var = SvIV (SvRV ($arg)); 23 $var = SvIV (SvRV ($arg));
24 else 24 else
25 croak (\"$var is not of type ${ntype}\") 25 croak (\"$var is not of type ${ntype}\")
26 26
27OUTPUT 27OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines