From: Dave Love Date: Wed, 6 Dec 2000 21:16:37 +0000 (+0000) Subject: (__P): Don't define -- it comes from config.h. X-Git-Tag: emacs-pretest-21.0.93~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27d2a96638122fdf4dad352904eddfc42a8327e4;p=emacs.git (__P): Don't define -- it comes from config.h. --- 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)