From f0d2aa869c86745fc7565139f705b437d70af54b Mon Sep 17 00:00:00 2001 From: cshapiro <cshapiro> Date: Tue, 18 Mar 2008 03:58:45 +0000 Subject: [PATCH] Remove limits.h include from sunos-os.h into gencgc.c. This include is required by all systems. --- lisp/gencgc.c | 3 ++- lisp/sunos-os.h | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/gencgc.c b/lisp/gencgc.c index e47f19c21..798781a3d 100644 --- a/lisp/gencgc.c +++ b/lisp/gencgc.c @@ -7,10 +7,11 @@ * * Douglas Crosher, 1996, 1997, 1998, 1999. * - * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.91 2008/03/16 15:44:46 agoncharov Exp $ + * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/gencgc.c,v 1.92 2008/03/18 03:58:45 cshapiro Exp $ * */ +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> diff --git a/lisp/sunos-os.h b/lisp/sunos-os.h index b782fa05d..e6fd755da 100644 --- a/lisp/sunos-os.h +++ b/lisp/sunos-os.h @@ -1,6 +1,6 @@ /* - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.12 2008/03/16 13:59:42 rtoy Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sunos-os.h,v 1.13 2008/03/18 03:58:45 cshapiro Rel $ This code was written as part of the CMU Common Lisp project at Carnegie Mellon University, and has been placed in the public domain. @@ -23,8 +23,6 @@ #include <signal.h> #include <unistd.h> #include <sys/fcntl.h> -/* For UINT_MAX and friends */ -#include <limits.h> #endif /* SOLARIS */ #include <sys/mman.h> -- GitLab