dthelp: Resolve 106 compiler warnings.

This commit is contained in:
Peter Howkins
2012-08-30 21:37:25 +01:00
parent f6bfbcb521
commit 71f8af6943
19 changed files with 238 additions and 232 deletions

View File

@@ -155,6 +155,7 @@ a #define of MAXD to the length of the longest delimiter is written to
delim.h.
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(MSDOS)
@@ -169,7 +170,7 @@ delim.h.
#include "cont.h"
/* Main procedure */
void main(argc, argv)
int main(argc, argv)
int argc ;
char **argv ;
{