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.12 by root, Sun Jul 29 21:31:47 2007 UTC vs.
Revision 1.13 by root, Sun Jul 29 22:30:25 2007 UTC

25 croak (\"$var is not of type ${ntype}\") 25 croak (\"$var is not of type ${ntype}\")
26 26
27OUTPUT 27OUTPUT
28 28
29T_IVOBJ 29T_IVOBJ
30 sv_setref_iv ($arg, \"${ntype}\", (void*)$var); 30 sv_setref_iv ($arg, \"${ntype}\", $var);
31 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines