]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.nt (__P): Remove.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 2 Jul 2010 14:46:22 +0000 (16:46 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 2 Jul 2010 14:46:22 +0000 (16:46 +0200)
nt/ChangeLog
nt/config.nt

index 5e5abf6b771810d732b029e83aa225cd1da866da..635792bc28106416bafbec37766663e2ff8dc101 100644 (file)
@@ -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.
index e3bb4792b70b9f338c8a975652f8197421e637ea..7be7f5f5bceff0ae1e708d6f0635d1f68e6adcc2 100644 (file)
@@ -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