changeset 100685:f871b3169d6c

(PTR): Remove.
author Jason Rumney <jasonr@gnu.org>
date Thu, 25 Dec 2008 14:30:22 +0000
parents 1f761e07b952
children e11b05eef7fd
files nt/config.nt
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/nt/config.nt	Thu Dec 25 13:49:52 2008 +0000
+++ b/nt/config.nt	Thu Dec 25 14:30:22 2008 +0000
@@ -419,10 +419,6 @@
 #define POINTER_TYPE void
 #endif
 
-#ifndef PTR
-#define PTR POINTER_TYPE *
-#endif
-
 #ifndef PROTOTYPES
 #define PROTOTYPES 1
 #endif