summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
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