From 27d2a96638122fdf4dad352904eddfc42a8327e4 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 6 Dec 2000 21:16:37 +0000 Subject: [PATCH] (__P): Don't define -- it comes from config.h. --- src/md5.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/md5.h b/src/md5.h index 697985d561d..c4788cacabd 100644 --- a/src/md5.h +++ b/src/md5.h @@ -70,12 +70,6 @@ typedef u_int32_t md5_uint32; # endif #endif -#undef __P -#if defined (__STDC__) && __STDC__ -# define __P(x) x -#else -# define __P(x) () -#endif #ifndef __GNUC__ #define __attribute__(X) -- 2.39.5