diff options
| author | Dave Love | 2000-12-06 21:16:37 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-06 21:16:37 +0000 |
| commit | 27d2a96638122fdf4dad352904eddfc42a8327e4 (patch) | |
| tree | 1cde0eb0d5f18a2a6a4e863466731a96f551874a /src | |
| parent | d285b373956fbe32141a491729cd84f190413e17 (diff) | |
| download | emacs-27d2a96638122fdf4dad352904eddfc42a8327e4.tar.gz emacs-27d2a96638122fdf4dad352904eddfc42a8327e4.zip | |
(__P): Don't define -- it comes from config.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/md5.h | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -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) |