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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user