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
commit5399ec5de263f2f4779d8bed509978728daad0b5 (patch)
tree23f29c668b7c21ddce9391e3fbfeafc30b60619b /src/mem-limits.h
parentde3e8b15bc98c88e2ef48891bb13bb0c623e7bf4 (diff)
downloademacs-5399ec5de263f2f4779d8bed509978728daad0b5.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