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:
Peter Howkins
2018-06-23 00:48:36 +01:00
parent 725b02e6bf
commit 757249c65b
173 changed files with 882 additions and 894 deletions

View File

@@ -29,9 +29,9 @@
#include "common.h"
extern char m_chartype[M_CHARSETLEN] ;
void m_initctype(M_NOPAR);
void m_initctype(void);
void m_initctype(M_NOPAR)
void m_initctype(void)
{
int i ;