diff src/mem-limits.h @ 28055:14f9303d9d82

Use POINTER_TYPE.
author Dave Love <fx@gnu.org>
date Wed, 08 Mar 2000 18:49:46 +0000
parents 95829fe50ff7
children e669966d496e
line wrap: on
line diff
--- a/src/mem-limits.h	Wed Mar 08 18:46:21 2000 +0000
+++ b/src/mem-limits.h	Wed Mar 08 18:49:46 2000 +0000
@@ -62,11 +62,7 @@
 /* The important properties of this type are that 1) it's a pointer, and
    2) arithmetic on it should work as if the size of the object pointed
    to has a size of 1.  */
-#ifdef __STDC__
-typedef void *POINTER;
-#else
-typedef char *POINTER;
-#endif
+typedef POINTER_TYPE *POINTER;
 
 typedef unsigned long SIZE;