Use modern-style arguments declaration
This commit is contained in:
parent
83ecac75d4
commit
0923ef5388
@ -49,8 +49,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define _CTYPE_SWS 30 /* Bits to shift to get width */
|
||||
|
||||
int
|
||||
wcwidth(wc)
|
||||
wchar_t wc;
|
||||
wcwidth(wchar_t wc)
|
||||
{
|
||||
int width;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user