From cc384bbba526d4ea8bc8ce9433760b777e752aa5 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 24 Nov 2005 19:02:01 +0000 Subject: [PATCH] LCC has INT_MAX in limits.h, and doesn't want it in curses.h. ("ifndef" doesn't work, since limits.h is included after curses.h.) --- curses.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/curses.h b/curses.h index 4be4b05c..6e5b98ed 100644 --- a/curses.h +++ b/curses.h @@ -18,7 +18,7 @@ *************************************************************************** */ /* -$Id: curses.h,v 1.38 2005/11/23 19:44:20 wmcbrine Exp $ +$Id: curses.h,v 1.39 2005/11/24 19:02:01 wmcbrine Exp $ */ /* *---------------------------------------------------------------------- @@ -584,9 +584,6 @@ PDCurses portable platform definitions list: # ifndef WIN32 # define WIN32 # endif -# ifndef INT_MAX -# define INT_MAX 32762 -# endif # ifndef HAVE_LIMITS_H # define HAVE_LIMITS_H /* have */ # endif