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