# HG changeset patch # User Jim Blandy # Date 700504762 0 # Node ID a95936ee5079f59a0ba65fd75aa9ac8465daab54 # Parent 58047bf5d46c7f8a4af881f941319f1a7fb64a50 *** empty log message *** diff -r 58047bf5d46c -r a95936ee5079 src/mem-limits.h --- 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 #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