add static to doSweep()
authormarc <devnull@localhost>
Mon, 29 Jan 1996 19:42:29 +0000 (19:42 +0000)
committermarc <devnull@localhost>
Mon, 29 Jan 1996 19:42:29 +0000 (19:42 +0000)
CVS patchset: 238
CVS date: 1996/01/29 19:42:29

build/build.c

index c545641..3f3de02 100644 (file)
@@ -39,7 +39,7 @@ static int doPatchMacro(Spec spec, StringBuf sb, char *line);
 static char *do_untar(Spec spec, int c);
 static char *do_patch(Spec spec, int c, int strip, char *dashb);
 int isCompressed(char *file);
-void doSweep(Spec s);
+static void doSweep(Spec s);
 
 static char build_subdir[1024];