summaryrefslogtreecommitdiff
blob: 3206be25c7b5d1388102f7890fb7bee68dadbefe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cook-2.24/file_check/file_check.h.orig	2005-11-05 20:22:22.000000000 +0100
+++ cook-2.24/file_check/file_check.h	2005-11-05 20:22:51.000000000 +0100
@@ -26,7 +26,7 @@
 #include <str.h>
 
 extern int warning;
-extern int limit;
+static int limit;
 
 void file_check _((string_ty *));