]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(PARAMS): Remove definition.
authorJim Meyering <jim@meyering.net>
Sun, 15 Dec 2002 20:53:36 +0000 (20:53 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Dec 2002 20:53:36 +0000 (20:53 +0000)
src/remove.c

index d8d2d31f3d3b475f504a632cf7e908625860ea89..4302559958c5f6fc11b1dbce9f83393dcd2e62a1 100644 (file)
 #define obstack_chunk_alloc malloc
 #define obstack_chunk_free free
 
-#ifndef PARAMS
-# if defined (__GNUC__) || __STDC__
-#  define PARAMS(args) args
-# else
-#  define PARAMS(args) ()
-# endif
-#endif
-
 /* FIXME: if possible, use autoconf...  */
 #ifdef __GLIBC__
 # define ROOT_CAN_UNLINK_DIRS 0