dthelp: Remove always on macro M_NOPAR which was just there to support ancient compilers that don't have 'void'
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
extern FILE *ifile;
|
||||
|
||||
/* Getachar returns the next character from the input stream */
|
||||
int getachar(M_NOPAR)
|
||||
int getachar(void)
|
||||
{
|
||||
int c;
|
||||
M_WCHAR wc,wnl;
|
||||
|
||||
Reference in New Issue
Block a user