mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Use modern-style arguments declaration
This commit is contained in:
parent
e5cb5e37d4
commit
1da6b56aca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102137
@ -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