summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-13 20:30:33 +0000
committerJim Meyering <jim@meyering.net>1999-03-13 20:30:33 +0000
commite4fd40543112e71b1b0d2fcd29508482710a444e (patch)
treec87b3541b3527e39f838381dfb11614ffde0d510 /src/tac.c
parente9e5d9bf3f1b49748c64bdd5cd5ac2150a334859 (diff)
downloadcoreutils-e4fd40543112e71b1b0d2fcd29508482710a444e.tar.xz
(tac_mem): `#if-0'-out this unused function.
(tac_stdin_to_mem): Likewise.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tac.c b/src/tac.c
index 79b4ecb48..0a5291741 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -509,6 +509,7 @@ memrchr (const char *buf_start, const char *buf_end, int c)
return NULL;
}
+#if 0
/* FIXME: describe */
static int
@@ -594,6 +595,7 @@ tac_stdin_to_mem (void)
return 0;
}
+#endif
int
main (int argc, char **argv)