Pārlūkot izejas kodu

Sanitised the use of #include files to more properly conform to the standards.

dtrg 17 gadi atpakaļ
vecāks
revīzija
4659f40b18
4 mainītis faili ar 9 papildinājumiem un 8 dzēšanām
  1. 4 5
      util/amisc/anm.c
  2. 1 1
      util/amisc/ashow.c
  3. 1 0
      util/amisc/asize.c
  4. 3 2
      util/amisc/astrip.c

+ 4 - 5
util/amisc/anm.c

@@ -10,13 +10,14 @@
 **	anm [-gopruns] [name ...]
 */
 
+#include	<stdio.h>
+#include	<stdlib.h>
+#include	<ctype.h>
+
 #include	"out.h"
 #include	"arch.h"
 #include	"ranlib.h"
 
-#include	<stdio.h>
-#include	<ctype.h>
-
 int	numsort_flg;
 int	sectsort_flg;
 int	undef_flg;
@@ -29,8 +30,6 @@ int	read_error;
 struct	outhead	hbuf;
 struct	outsect	sbuf;
 long	off;
-char	*malloc();
-char	*realloc();
 long	s_base[S_MAX];	/* for specially encoded bases */
 char	*filename;
 int	narg;

+ 1 - 1
util/amisc/ashow.c

@@ -3,6 +3,7 @@ static char	rcsid[] = "$Id$";
  * show - make the contents of an ACK object file human readable.
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -204,7 +205,6 @@ myalloc(u)
 	unsigned int	u;
 {
 	register char	*rcp;
-	extern char	*malloc();
 
 	rcp = malloc(u);
 	if (rcp == (char *) 0) {

+ 1 - 0
util/amisc/asize.c

@@ -4,6 +4,7 @@
  */
 /* $Id$ */
 
+#include	<stdlib.h>
 #include	<stdio.h>
 #include 	"out.h"
 

+ 3 - 2
util/amisc/astrip.c

@@ -4,9 +4,10 @@
  */
 /* $Id$ */
 
-#include "out.h"
-#include <signal.h>
+#include <stdlib.h>
 #include <stdio.h>
+#include <signal.h>
+#include "out.h"
 
 /*