/[Search-TokyoDystopia]/TokyoDystopia.xs
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /TokyoDystopia.xs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 28 by dpavlin, Mon Aug 18 19:18:53 2008 UTC revision 29 by dpavlin, Mon Aug 18 19:22:30 2008 UTC
# Line 184  PPCODE: Line 184  PPCODE:
184          if ( rnum > 0 ) {          if ( rnum > 0 ) {
185            av = newAV();            av = newAV();
186            for(i = 0; i < rnum; i++){            for(i = 0; i < rnum; i++){
187              av_push(av, newSViv( (int)results[i] ));              av_push(av, newSViv( (int)results[i] ));    // FIXME convert to double?
188            }            }
189            XPUSHs(sv_2mortal(newRV_noinc((SV *)av)));            XPUSHs(sv_2mortal(newRV_noinc((SV *)av)));
190          } else {          } else {
# Line 202  OUTPUT: Line 202  OUTPUT:
202          RETVAL          RETVAL
203    
204    
205  int  double
206  tcidbiternext(idb)  tcidbiternext(idb)
207          void *  idb          void *  idb
208  CODE:  CODE:

Legend:
Removed from v.28  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26