| commit | 699cbb767628888901d1a3c1f0ce20dd3ce1e4f9 | [log] [tgz] |
|---|---|---|
| author | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 22 01:28:57 2003 +0000 |
| committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 22 01:28:57 2003 +0000 |
| tree | 6e218838a45a42195c22c456c9884c6fd5d0c8ff | |
| parent | dfbfe736cee70efd27cc019be2fcc2d972cdf654 [diff] |
Get test_capi & test_getargs2 to pass on alphas
* UINT_MAX -> ULONG_MAX since we are dealing with longs
* ParseTuple needs &int for 'i' and &long for 'l'
There may be a better way to do this, but this works.