diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-13 16:39:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-13 16:39:22 +0000 |
commit | 5399ec5de263f2f4779d8bed509978728daad0b5 (patch) | |
tree | 23f29c668b7c21ddce9391e3fbfeafc30b60619b /src/mem-limits.h | |
parent | de3e8b15bc98c88e2ef48891bb13bb0c623e7bf4 (diff) | |
download | emacs-5399ec5de263f2f4779d8bed509978728daad0b5.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/mem-limits.h')
-rw-r--r-- | src/mem-limits.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index 39200f99501..fe310542f2c 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -1,5 +1,5 @@ /* Includes for memory limit warnings. - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -26,6 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/resource.h> #endif /* BSD4_2 */ +/* 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 |