From: Jason Rumney Date: Thu, 25 Dec 2008 14:30:22 +0000 (+0000) Subject: (PTR): Remove. X-Git-Tag: emacs-pretest-23.0.90~872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ee85856f631a0eb065d0faf37c2a48940b76177;p=emacs.git (PTR): Remove. --- 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