From d2d67c9856355f732c83f060e0c69b2e520db65e Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 15 May 2000 22:10:56 +0000 Subject: Finished porting stuff to x86 and supporting the Linux 2.2 kernels. It now compiles.... -Erik --- include/limits.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/limits.h') diff --git a/include/limits.h b/include/limits.h index 8b59c8208..e03e558fd 100644 --- a/include/limits.h +++ b/include/limits.h @@ -39,10 +39,7 @@ Cambridge, MA 02139, USA. */ * #include_next. #if __GNUC__ >= 2 && __STDC__ */ -#if __GNUC__ >= 2 - - /* Have we done that? */ -# if !defined(_GCC_LIMITS_H_) && !defined(_GCC_LIMITS_H) +#if __GNUC__ >= 2 && !defined(_GCC_LIMITS_H_) && !defined(_GCC_LIMITS_H) /* Get the compiler's limits.h, which defines all the ANSI * constants. */ @@ -50,7 +47,6 @@ Cambridge, MA 02139, USA. */ # define _LIBC_LIMITS_H # define _LIBC_LIMITS_H_ # include_next -# endif #else /* Not GCC 2. */ -- cgit v1.2.3