Explorar el Código

mark local function static

Mike Frysinger hace 17 años
padre
commit
6477e385d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/setjmp/bug269-setjmp.c

+ 1 - 1
test/setjmp/bug269-setjmp.c

@@ -29,7 +29,7 @@ int n_x = 6;
 
 static int g_counter = 0;
 
-int
+static int
 f (void) 
 {
   static int counter = 0;