diff options
-rw-r--r-- | src/tr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 (); |