(memrchr): Ifdef out this unused function.
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:03:05 +0000 (10:03 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 1999 10:03:05 +0000 (10:03 +0000)
src/tac.c

index 29dd020..87b9ca7 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -501,6 +501,7 @@ tac_stdin (void)
   return errors;
 }
 
+#if 0
 /* BUF_END points one byte past the end of the buffer to be searched.  */
 
 static void *
@@ -515,7 +516,6 @@ memrchr (const char *buf_start, const char *buf_end, int c)
   return NULL;
 }
 
-#if 0
 /* FIXME: describe */
 
 static int