Index: grep/src/grep.c
diff -u grep/src/grep.c:1.110 grep/src/grep.c:1.111
--- grep/src/grep.c:1.110       Tue Jun 21 16:15:47 2005
+++ grep/src/grep.c     Wed Jun 22 01:47:43 2005
@@ -221,7 +221,7 @@
     const char *(*fct)(void);
   };
 
-const char *
+static const char *
 color_cap_ne_fct(void)
 {
   if (pseudo_markup)
@@ -233,7 +233,7 @@
   return NULL;
 }
 
-const char *
+static const char *
 color_cap_xm_fct(void)
 {
   /* This experimental feature should stay undocumented for now.  */
@@ -776,7 +776,7 @@
     }
 }
 
-const char *
+static const char *
 print_line_middle (const char *beg, const char *lim)
 {
   size_t match_size;
@@ -845,7 +845,7 @@
   return beg;
 }
 
-const char *
+static const char *
 print_line_tail (const char *beg, const char *lim, const char *color)
 {
   size_t  eol_size;


Reply via email to