(MAX): Remove definition (It's in sys2.h).
authorJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 08:34:25 +0000 (08:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 08:34:25 +0000 (08:34 +0000)
src/csplit.c

index a4fe0e75efbc799597373661387d06cbccd9ceb5..e7e1f34cd5e470f02c15a0bd9dbbe5b7795238fc 100644 (file)
 # include <stdlib.h>
 #endif
 
-#ifndef MAX
-# define MAX(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
 #ifndef TRUE
 # define FALSE 0
 # define TRUE 1