]> git.eshelyaron.com Git - emacs.git/commitdiff
Use POINTER_TYPE.
authorDave Love <fx@gnu.org>
Wed, 8 Mar 2000 18:49:46 +0000 (18:49 +0000)
committerDave Love <fx@gnu.org>
Wed, 8 Mar 2000 18:49:46 +0000 (18:49 +0000)
src/mem-limits.h

index 1fc6c1331dba79f797768832c6fdce6a0f1c1b5b..dae4cf7fd45807c1d96fd48f3510ebff45bc86d3 100644 (file)
@@ -62,11 +62,7 @@ extern int etext, __data_start; weak_extern (__data_start)
 /* 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;