From: Jim Meyering Date: Thu, 23 Oct 1997 14:30:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22c~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7ba7d37a562ee42958f0d04510a3d3f154c492d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/src/tr.c b/src/tr.c index 4ea9b9b8d2..5f102a5b4f 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 ();