Browse Source

mark local function static

Mike Frysinger 17 năm trước cách đây
mục cha
commit
6477e385d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;