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.3 by root, Sun May 6 03:30:17 2001 UTC vs.
Revision 1.4 by root, Sun May 6 17:28:23 2001 UTC

45 45
46void add_result(int data, double *k, int ndims) 46void add_result(int data, double *k, int ndims)
47{ 47{
48 AV *r = newAV (); 48 AV *r = newAV ();
49 49
50 av_push (r, c2sv (k, ndims));
50 av_push (r, newSViv (data)); 51 av_push (r, newSViv (data));
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 56MODULE = Tree::M PACKAGE = Tree::M

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines