]> git.eshelyaron.com Git - emacs.git/commitdiff
(PTR): Remove.
authorJason Rumney <jasonr@gnu.org>
Thu, 25 Dec 2008 14:30:22 +0000 (14:30 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 25 Dec 2008 14:30:22 +0000 (14:30 +0000)
nt/config.nt

index dea980ece1303d6bb2ad244a97eee0f55f4b110b..e8f5a5ce9d43a370e150633b42fc102b3da45e37 100644 (file)
@@ -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