ソースを参照

mark local function static

Mike Frysinger 17 年 前
コミット
6477e385d9
1 ファイル変更1 行追加1 行削除
  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;