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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.279 by root, Sun Apr 20 06:20:38 2008 UTC vs.
Revision 1.280 by root, Mon Apr 21 06:35:26 2008 UTC

2079base_name (object *op, int plural = op->nrof > 1) 2079base_name (object *op, int plural = op->nrof > 1)
2080 CODE: 2080 CODE:
2081 RETVAL = query_base_name (op, plural); 2081 RETVAL = query_base_name (op, plural);
2082 OUTPUT: RETVAL 2082 OUTPUT: RETVAL
2083 2083
2084object *decrease_ob_nr (object *op, unsigned long i)
2085
2086# return the tail of an object, excluding itself 2084# return the tail of an object, excluding itself
2087void 2085void
2088tail (object *op) 2086tail (object *op)
2089 PPCODE: 2087 PPCODE:
2090 while ((op = op->more)) 2088 while ((op = op->more))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines