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

@@ -49,7 +49,7 @@ This product and information is proprietary of Tandem Computers Incorporated.
#include "entity.h"
/* Main program */
void main(argc, argv)
int main(argc, argv)
int argc ;
char **argv ;
{
@@ -93,4 +93,5 @@ void main(argc, argv)
}
}
done() ;
return EXIT_SUCCESS;
}

View File

@@ -226,7 +226,7 @@ LOGICAL litproc(
#endif
) ;
void main(
int main(
#if defined(M_PROTO)
int argc, char **argv
#endif