aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-12-06 21:16:37 +0000
committerDave Love2000-12-06 21:16:37 +0000
commit27d2a96638122fdf4dad352904eddfc42a8327e4 (patch)
tree1cde0eb0d5f18a2a6a4e863466731a96f551874a /src
parentd285b373956fbe32141a491729cd84f190413e17 (diff)
downloademacs-27d2a96638122fdf4dad352904eddfc42a8327e4.tar.gz
emacs-27d2a96638122fdf4dad352904eddfc42a8327e4.zip
(__P): Don't define -- it comes from config.h.
Diffstat (limited to 'src')
-rw-r--r--src/md5.h6
1 files changed, 0 insertions, 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;
70# endif 70# endif
71#endif 71#endif
72 72
73#undef __P
74#if defined (__STDC__) && __STDC__
75# define __P(x) x
76#else
77# define __P(x) ()
78#endif
79 73
80#ifndef __GNUC__ 74#ifndef __GNUC__
81#define __attribute__(X) 75#define __attribute__(X)