A fig leaf for calling sv_pos_u2b with IV* where it expects I32*.
authorCraig A. Berry <craigberry@mac.com>
Sat, 16 Jan 2010 22:15:47 +0000 (16:15 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 16 Jan 2010 23:17:50 +0000 (17:17 -0600)
commit596f450b74e963069b08e852c2f88cad7d3ef2e6
tree37d66abde0362ef78a6d61ed4aa4cfb33627343d
parent8d08d9baca8b5e17813fd3fbfe3510d7ba6097f7
A fig leaf for calling sv_pos_u2b with IV* where it expects I32*.

Following v5.11.3-103-gb6d1426, any compiler paying attention
whines about the pointer mismatch (which on VMS breaks the
build).

Zefram reports a further patch in progress:
  Message-ID: <20100116022631.GA10264@fysh.org>

but this gets the warning out of the way so other work can proceed.
pp.c