summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-23 14:30:37 +0000
committerJim Meyering <jim@meyering.net>1997-10-23 14:30:37 +0000
commitc7ba7d37a562ee42958f0d04510a3d3f154c492d (patch)
tree0922587cb0302817696284302e2034fbce1d2d79 /src/tr.c
parente3d707159543d2f95bfac8d1ec03c2458fab0c36 (diff)
downloadcoreutils-c7ba7d37a562ee42958f0d04510a3d3f154c492d.tar.xz
*** empty log message ***
Diffstat (limited to 'src/tr.c')
-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 ();