fix argument type error on wcwidth function
authorRich Felker <dalias@aerifal.cx>
Fri, 3 Aug 2012 01:02:34 +0000 (21:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 3 Aug 2012 01:02:34 +0000 (21:02 -0400)
commitb0fc78520d7d51ab064f629e228c27d0fa5a4b82
tree8b45b6182aff4add283d7a6dc18dfec9bacda245
parent129ca6c05d9ad155b02ed9198798c5e33673f195
fix argument type error on wcwidth function

since the correct declaration was not visible, and since the
representation of the types wchar_t and wint_t always match, a
compiler would have to go out of its way to make this bug manifest,
but better to fix it anyway.
src/ctype/wcwidth.c