(PTR): Remove.

This commit is contained in:
Jason Rumney 2008-12-25 14:30:22 +00:00
parent 90ad354160
commit 9ee85856f6

View 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