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:
26a7265
)
(MAX): Remove definition (It's in sys2.h).
author
Jim Meyering
<jim@meyering.net>
Sat, 5 Aug 2000 08:34:25 +0000
(08:34 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 5 Aug 2000 08:34:25 +0000
(08:34 +0000)
src/csplit.c
patch
|
blob
|
history
diff --git
a/src/csplit.c
b/src/csplit.c
index a4fe0e75efbc799597373661387d06cbccd9ceb5..e7e1f34cd5e470f02c15a0bd9dbbe5b7795238fc 100644
(file)
--- a/
src/csplit.c
+++ b/
src/csplit.c
@@
-46,10
+46,6
@@
# include <stdlib.h>
#endif
-#ifndef MAX
-# define MAX(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
#ifndef TRUE
# define FALSE 0
# define TRUE 1