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:
@@ -51,7 +51,7 @@ struct m_ptrie {
|
||||
} ;
|
||||
|
||||
|
||||
M_TRIE *m_gettrienode(M_NOPAR);
|
||||
M_TRIE *m_gettrienode(void);
|
||||
|
||||
void *m_lookfortrie(const M_WCHAR *p, const M_TRIE *xtrie);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user