summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index 4ea9b9b8d..5f102a5b4 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -229,7 +229,6 @@ struct E_string
and is not escaped itself. */
#define ES_MATCH(ES, I, C) ((ES)->s[(I)] == (C) && !(ES)->escaped[(I)])
-
char *xmalloc ();
int safe_read ();