Diff
Not logged in

Differences From Artifact [44af046c9c]:

To Artifact [02eec2ef66]:


29
30
31
32
33
34
35




    s[ix] = s[iy];
    s[iy] = t;
    ++ix;
    --iy;
  }
}
#endif











>
>
>
>
29
30
31
32
33
34
35
36
37
38
39
    s[ix] = s[iy];
    s[iy] = t;
    ++ix;
    --iy;
  }
}
#endif

/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_reverse.c,v $ */
/* $Revision: 1.1.1.1.4.2 $ */
/* $Date: 2008/01/22 16:55:27 $ */