# HG changeset patch
# User Jason Rumney <jasonr@gnu.org>
# Date 1230215422 0
# Node ID f871b3169d6c0222cdb73dedf601cbb484d77ac5
# Parent  1f761e07b952faf31c099e65a6dd3f8f3e7583d7
(PTR): Remove.

diff -r 1f761e07b952 -r f871b3169d6c nt/config.nt
--- 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