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.)
This commit is contained in:
William McBrine
2005-11-24 19:02:01 +00:00
parent f2fa74a1b4
commit cc384bbba5

View File

@@ -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 <limits.h> */
# endif