ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Tree-M/M.xs
(Generate patch)

Comparing Tree-M/M.xs (file contents):
Revision 1.2 by root, Sun May 6 01:35:15 2001 UTC vs.
Revision 1.3 by root, Sun May 6 03:30:17 2001 UTC

51 av_push (r, c2sv (k, ndims)); 51 av_push (r, c2sv (k, ndims));
52 52
53 av_push (searchres, newRV_noinc ((SV *)r)); 53 av_push (searchres, newRV_noinc ((SV *)r));
54} 54}
55 55
56MODULE = Tree::M PACKAGE = Tree::M::MT 56MODULE = Tree::M PACKAGE = Tree::M
57 57
58PROTOTYPES: ENABLE 58PROTOTYPES: ENABLE
59 59
60PMT * 60PMT *
61new(class, ndims, min = 0.0, max = 255.0, steps = 65536.0) 61new(class, ndims, min = 0.0, max = 255.0, steps = 65536.0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines