dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -238,8 +238,7 @@ return wc_stringStart;
|
||||
|
||||
|
||||
/* Get-wide-char procedure */
|
||||
int mb_getwc(m_ptr)
|
||||
void *m_ptr;
|
||||
int mb_getwc(void *m_ptr)
|
||||
{
|
||||
int c;
|
||||
M_WCHAR wc;
|
||||
|
||||
Reference in New Issue
Block a user