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:
@@ -85,7 +85,7 @@ void m_entercharintrie(M_TRIE **currentnode, M_WCHAR c)
|
||||
} /* end entertree */
|
||||
|
||||
/* Gets a new node for a trie */
|
||||
M_TRIE *m_gettrienode(M_NOPAR)
|
||||
M_TRIE *m_gettrienode(void)
|
||||
{
|
||||
M_TRIE *new ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user