From ed1684742aa248c00890536da8fb40451ad403ed Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Jul 1999 10:03:05 +0000 Subject: [PATCH] (memrchr): Ifdef out this unused function. --- src/tac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tac.c b/src/tac.c index 29dd020..87b9ca7 100644 --- 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 -- 2.7.4