Mercurial > emacs
diff src/mem-limits.h @ 575:a95936ee5079
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 13 Mar 1992 16:39:22 +0000 |
parents | 80cdb2387043 |
children | 64e152d639af |
line wrap: on
line diff
--- a/src/mem-limits.h Thu Mar 12 05:17:32 1992 +0000 +++ b/src/mem-limits.h Fri Mar 13 16:39:22 1992 +0000 @@ -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 @@ #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