grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/grep.c


From: Charles Levert
Subject: Changes to grep/src/grep.c
Date: Tue, 21 Jun 2005 21:47:43 -0400

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

[Prev in Thread] Current Thread [Next in Thread]