diff src/lisp.h @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 78478c60bfcd
children 51092a27c943
line wrap: on
line diff
--- a/src/lisp.h	Mon Aug 13 10:16:17 2007 +0200
+++ b/src/lisp.h	Mon Aug 13 10:17:07 2007 +0200
@@ -39,10 +39,8 @@
 #include <stdio.h>		/* NULL, etc. */
 #include <ctype.h>
 #include <stdarg.h>
+#include <limits.h>
 
-#ifdef HAVE_LIMITS_H
-#include <limits.h>
-#endif
 /* Define INT_MAX, DBL_DIG if not in limits.h */
 #ifndef INT_MAX
 #define INT_MAX ((int) ((1U << (INTBITS - 1)) - 1))