# HG changeset patch # User Roland McGrath # Date 743367319 0 # Node ID edf8c9e14e0297edf15773dbf5b8dbbb3f156a1c # Parent f1441ca7277e8d9f429fc6a59a6c973c7ff8c72c [_LIBC]: Just include , and skip hairy #ifdef mess. diff -r f1441ca7277e -r edf8c9e14e02 src/mem-limits.h --- a/src/mem-limits.h Thu Jul 22 10:57:46 1993 +0000 +++ b/src/mem-limits.h Thu Jul 22 18:55:19 1993 +0000 @@ -17,6 +17,12 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef _LIBC + +#include + +#else + #if defined(__osf__) && (defined(__mips) || defined(mips)) #include #include @@ -35,6 +41,8 @@ #include #endif /* BSD4_2 */ +#endif /* _LIBC */ + #ifdef emacs /* 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