]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(__P): No longer define this. It's not used.
authorJim Meyering <jim@meyering.net>
Sat, 5 Aug 1995 04:58:31 +0000 (04:58 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Aug 1995 04:58:31 +0000 (04:58 +0000)
src/md5sum.c

index 408662952feaa45451569aeca95fc09d124ca40a..743681db06d10903852a2884414157e84771ff18 100644 (file)
 # define OPENOPTS(BINARY) ((BINARY) != 0 ? TEXT1TO1 : TEXTCNVT)
 #endif
 
-#undef __P
-#if defined __STDC__ && __STDC__
-# define __P(args) args
-#else
-# define __P(args) ()
-#endif
-
 #if _LIBC || STDC_HEADERS
 # define TOLOWER(c) tolower (c)
 #else