1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(__P): Don't define -- it comes from config.h.

This commit is contained in:
Dave Love 2000-12-06 21:16:37 +00:00
parent d285b37395
commit 27d2a96638

View File

@ -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)