diff options
| author | Jason Rumney | 2008-12-25 14:30:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-12-25 14:30:22 +0000 |
| commit | 9ee85856f631a0eb065d0faf37c2a48940b76177 (patch) | |
| tree | 9eb6020a904bbbd064570d700dd0fc32087a133f | |
| parent | 90ad3541601927fe76675d0462a1793246a4462d (diff) | |
| download | emacs-9ee85856f631a0eb065d0faf37c2a48940b76177.tar.gz emacs-9ee85856f631a0eb065d0faf37c2a48940b76177.zip | |
(PTR): Remove.
| -rw-r--r-- | nt/config.nt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nt/config.nt b/nt/config.nt index dea980ece13..e8f5a5ce9d4 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -419,10 +419,6 @@ extern char *getenv (); | |||
| 419 | #define POINTER_TYPE void | 419 | #define POINTER_TYPE void |
| 420 | #endif | 420 | #endif |
| 421 | 421 | ||
| 422 | #ifndef PTR | ||
| 423 | #define PTR POINTER_TYPE * | ||
| 424 | #endif | ||
| 425 | |||
| 426 | #ifndef PROTOTYPES | 422 | #ifndef PROTOTYPES |
| 427 | #define PROTOTYPES 1 | 423 | #define PROTOTYPES 1 |
| 428 | #endif | 424 | #endif |