summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-04 10:03:05 +0000
committerJim Meyering <jim@meyering.net>1999-07-04 10:03:05 +0000
commited1684742aa248c00890536da8fb40451ad403ed (patch)
tree0389de3c87b1aa90a7203dc64d1da6153e1ecd7c /src/tac.c
parent468dd2822c6039f0d3b73221e19e78d1a8948b9f (diff)
downloadcoreutils-ed1684742aa248c00890536da8fb40451ad403ed.tar.xz
(memrchr): Ifdef out this unused function.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index 29dd020fb..87b9ca7a3 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