summaryrefslogtreecommitdiff
path: root/src/mem-limits.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-13 16:39:22 +0000
committerJim Blandy <jimb@redhat.com>1992-03-13 16:39:22 +0000
commit98dbada35aa22dcfdf2c7813d05c39f1837571f3 (patch)
tree1f255caabeb8a459a69f02486ce37eabcaea75c6 /src/mem-limits.h
parent2e95e1a42fa0df01f9f28e4d49c22104af3a915f (diff)
downloademacs-98dbada35aa22dcfdf2c7813d05c39f1837571f3.tar.gz
*** empty log message ***
Diffstat (limited to 'src/mem-limits.h')
-rw-r--r--src/mem-limits.h5
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