diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-12-25 14:30:22 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-12-25 14:30:22 +0000 |
commit | 9ee85856f631a0eb065d0faf37c2a48940b76177 (patch) | |
tree | 9eb6020a904bbbd064570d700dd0fc32087a133f /nt | |
parent | 90ad3541601927fe76675d0462a1793246a4462d (diff) | |
download | emacs-9ee85856f631a0eb065d0faf37c2a48940b76177.tar.gz |
(PTR): Remove.
Diffstat (limited to 'nt')
-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 (); #define POINTER_TYPE void #endif -#ifndef PTR -#define PTR POINTER_TYPE * -#endif - #ifndef PROTOTYPES #define PROTOTYPES 1 #endif |