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

Comparing deliantra/server/server/typemap (file contents):
Revision 1.24 by root, Thu Jul 5 08:10:30 2007 UTC vs.
Revision 1.25 by root, Sat Jul 28 12:02:58 2007 UTC

35 35
36T_VAL64 36T_VAL64
37 $var = ($type)SvVAL64 ($arg); 37 $var = ($type)SvVAL64 ($arg);
38 38
39T_CF_OBJ 39T_CF_OBJ
40 sv_to ($arg, $var) 40 sv_to ($arg, $var);
41 if (!$var)
42 warn (\"must not pass invalid/null cf_obj here\");
41 43
42T_SETTINGS 44T_SETTINGS
43 $var = &settings 45 $var = &settings
44 46
45T_CF_OBJ_ORNULL 47T_CF_OBJ_ORNULL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines