Mercurial > emacs
changeset 109107:06fb882320aa
* config.nt (__P): Remove.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 02 Jul 2010 16:46:22 +0200 |
parents | 5e3accd3ae49 |
children | 5842e8fabe06 |
files | nt/ChangeLog nt/config.nt |
diffstat | 2 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Fri Jul 02 10:09:36 2010 -0400 +++ b/nt/ChangeLog Fri Jul 02 16:46:22 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-02 Juanma Barranquero <lekktu@gmail.com> + + * config.nt (__P): Remove. + 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> * config.nt: Remove code depending on BSTRING.
--- a/nt/config.nt Fri Jul 02 10:09:36 2010 -0400 +++ b/nt/config.nt Fri Jul 02 16:46:22 2010 +0200 @@ -393,14 +393,6 @@ #define PROTOTYPES 1 #endif -#ifndef __P -#if defined PROTOTYPES -#define __P(args) args -#else -#define __P(args) () -#endif -#endif - #ifdef HAVE_STRING_H #include "string.h" #endif