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:
@@ -42,7 +42,7 @@ void m_exit(int status);
|
||||
|
||||
void m_free(void *block, char *msg);
|
||||
|
||||
void m_heapdump(M_NOPAR);
|
||||
void m_heapdump(void);
|
||||
|
||||
void *m_malloc(int size, char *msg);
|
||||
|
||||
@@ -79,7 +79,7 @@ void m_free(void *block, char *msg)
|
||||
}
|
||||
|
||||
#if defined(MSDOS)
|
||||
void m_heapdump(M_NOPAR)
|
||||
void m_heapdump(void)
|
||||
{
|
||||
struct _heapinfo hinfo ;
|
||||
int heapstatus ;
|
||||
|
||||
Reference in New Issue
Block a user