mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
Use POINTER_TYPE.
This commit is contained in:
parent
9043c90a5e
commit
8bbffb1392
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user