From: Jim Meyering Date: Tue, 14 Oct 1997 12:50:28 +0000 (+0000) Subject: (STREQ): Remove definition. X-Git-Tag: TEXTUTILS-1_22c~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42a2bc284610268916cd8040e17a7a1d9f7c8d81;p=thirdparty%2Fcoreutils.git (STREQ): Remove definition. --- diff --git a/src/od.c b/src/od.c index 7e3e4ec1ef..c7d5d4cb05 100644 --- a/src/od.c +++ b/src/od.c @@ -64,8 +64,6 @@ typedef double LONG_DOUBLE; # define BITSPERBYTE 8 #endif -#define STREQ(a,b) (strcmp((a), (b)) == 0) - #ifndef MAX # define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif