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.261 by root, Tue Oct 16 05:34:24 2007 UTC vs.
Revision 1.262 by root, Tue Oct 16 06:15:10 2007 UTC

1648 PROTOTYPE: $$ 1648 PROTOTYPE: $$
1649 1649
1650octet_string path_combine_and_normalize (octet_string base, octet_string path) 1650octet_string path_combine_and_normalize (octet_string base, octet_string path)
1651 PROTOTYPE: $$ 1651 PROTOTYPE: $$
1652 1652
1653int
1654malloc_trim (U32 pad = 0)
1655 CODE:
1656#if __GLIBC__
1657 RETVAL = malloc_trim (pad);
1658#else
1659 RETVAL = 0;
1660#endif
1661 OUTPUT:
1662 RETVAL
1663
1653void 1664void
1654mallinfo () 1665mallinfo ()
1655 PPCODE: 1666 PPCODE:
1656{ 1667{
1657#if __GLIBC__ 1668#if __GLIBC__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines