Mercurial > emacs
diff lib-src/etags.c @ 109103:1dc371b29285
Remove __P.
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Fri, 02 Jul 2010 14:55:51 +0200 |
parents | 2bc9a0c04c87 |
children | 52b76722152a |
line wrap: on
line diff
--- a/lib-src/etags.c Fri Jul 02 15:47:02 2010 +0300 +++ b/lib-src/etags.c Fri Jul 02 14:55:51 2010 +0200 @@ -100,15 +100,10 @@ # ifndef PTR /* for XEmacs */ # define PTR void * # endif -# ifndef __P /* for XEmacs */ -# define __P(args) args -# endif #else /* no config.h */ # if defined(__STDC__) && (__STDC__ || defined(__SUNPRO_C)) -# define __P(args) args /* use prototypes */ # define PTR void * /* for generic pointers */ # else /* not standard C */ -# define __P(args) () /* no prototypes */ # define const /* remove const for old compilers' sake */ # define PTR long * /* don't use void* */ # endif