diff options
| author | Juanma Barranquero | 2010-07-02 16:46:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-02 16:46:22 +0200 |
| commit | b6fcccc3ea3425e613afce804143e3dd0a6eee6e (patch) | |
| tree | 30a7f4edf7222e628f73ba240d6c89300c4be4c2 | |
| parent | 23640f8fadea5c830fa356cea7bea88ffc045bde (diff) | |
| download | emacs-b6fcccc3ea3425e613afce804143e3dd0a6eee6e.tar.gz emacs-b6fcccc3ea3425e613afce804143e3dd0a6eee6e.zip | |
* config.nt (__P): Remove.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 5e5abf6b771..635792bc281 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * config.nt (__P): Remove. | ||
| 4 | |||
| 1 | 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * config.nt: Remove code depending on BSTRING. | 7 | * 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 (); | |||
| 393 | #define PROTOTYPES 1 | 393 | #define PROTOTYPES 1 |
| 394 | #endif | 394 | #endif |
| 395 | 395 | ||
| 396 | #ifndef __P | ||
| 397 | #if defined PROTOTYPES | ||
| 398 | #define __P(args) args | ||
| 399 | #else | ||
| 400 | #define __P(args) () | ||
| 401 | #endif | ||
| 402 | #endif | ||
| 403 | |||
| 404 | #ifdef HAVE_STRING_H | 396 | #ifdef HAVE_STRING_H |
| 405 | #include "string.h" | 397 | #include "string.h" |
| 406 | #endif | 398 | #endif |