From: Juanma Barranquero Date: Fri, 2 Jul 2010 14:46:22 +0000 (+0200) Subject: * config.nt (__P): Remove. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6fcccc3ea3425e613afce804143e3dd0a6eee6e;p=emacs.git * config.nt (__P): Remove. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 5e5abf6b771..635792bc281 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2010-07-02 Juanma Barranquero + + * config.nt (__P): Remove. + 2010-06-06 Dan Nicolaescu * config.nt: Remove code depending on BSTRING. diff --git a/nt/config.nt b/nt/config.nt index e3bb4792b70..7be7f5f5bce 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -393,14 +393,6 @@ extern char *getenv (); #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