dthelp: Remove define M_PROTO that was always turned on (for all platforms) that enabled ANSI not K&R function prototypes
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
|
||||
#include "basic.h"
|
||||
|
||||
int m_lower(
|
||||
#if defined(M_PROTO)
|
||||
int c
|
||||
#endif
|
||||
) ;
|
||||
int m_lower(int c);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user