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:
@@ -74,7 +74,7 @@ return(TRUE);
|
||||
}
|
||||
|
||||
/* Returns the next token to the main procedure */
|
||||
int scan(M_NOPAR)
|
||||
int scan(void)
|
||||
{
|
||||
int c;
|
||||
int n;
|
||||
|
||||
Reference in New Issue
Block a user