projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ff7dd
)
(STREQ): Remove definition.
author
Jim Meyering
<jim@meyering.net>
Tue, 14 Oct 1997 12:50:28 +0000
(12:50 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 14 Oct 1997 12:50:28 +0000
(12:50 +0000)
src/od.c
patch
|
blob
|
history
diff --git
a/src/od.c
b/src/od.c
index
7e3e4ec
..
c7d5d4c
100644
(file)
--- 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