OSDN Git Service

mark local function static
authorMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2007 03:21:52 +0000 (03:21 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2007 03:21:52 +0000 (03:21 -0000)
test/setjmp/bug269-setjmp.c

index f50a5b1..33431fa 100644 (file)
@@ -29,7 +29,7 @@ int n_x = 6;
 
 static int g_counter = 0;
 
-int
+static int
 f (void) 
 {
   static int counter = 0;