diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-04 10:03:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-04 10:03:05 +0000 |
commit | ed1684742aa248c00890536da8fb40451ad403ed (patch) | |
tree | 0389de3c87b1aa90a7203dc64d1da6153e1ecd7c | |
parent | 468dd2822c6039f0d3b73221e19e78d1a8948b9f (diff) | |
download | coreutils-ed1684742aa248c00890536da8fb40451ad403ed.tar.xz |
(memrchr): Ifdef out this unused function.
-rw-r--r-- | src/tac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |