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:
Peter Howkins
2018-06-22 20:40:47 +01:00
parent de7e0dfcdd
commit 725b02e6bf
218 changed files with 2975 additions and 14075 deletions

View File

@@ -30,11 +30,7 @@ Copyright 1988, 1989 Hewlett-Packard Co.
#endif
#include "basic.h"
void m_exit(
#if defined(M_PROTO)
int status
#endif
) ;
void m_exit(int status);
/* Exit function called by utilities used in PARSER and other programs in
the MARKUP system */