+2001-07-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext.h: Assume <limits.h> exists.
+
2001-07-24 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.39 released.
#ifndef _GETTEXT_H
#define _GETTEXT_H 1
-#if HAVE_LIMITS_H || _LIBC
-# include <limits.h>
-#endif
+#include <limits.h>
/* @@ end of prolog @@ */
+2001-07-23 Bruno Haible <haible@clisp.cons.org>
+
+ * system.h: Assume <limits.h> exists.
+ * fstrcmp.c: Likewise.
+
2001-07-01 Bruno Haible <haible@clisp.cons.org>
* utf8-ucs4.h: New file, extracted from linebreak.c.
#include <string.h>
#include <stdio.h>
-
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#else
-# define INT_MAX ((int)(~(unsigned)0 >> 1))
-#endif
+#include <limits.h>
#include "system.h"
#include "fstrcmp.h"
# endif
#endif
-/* Before we define the following symbols we get the <limits.h> file if
- available since otherwise we get redefinitions on some systems. */
-#if HAVE_LIMITS_H
-# include <limits.h>
-#endif
+/* Before we define the following symbols we get the <limits.h> file
+ since otherwise we get redefinitions on some systems. */
+#include <limits.h>
#ifndef MAX
# if __STDC__ && defined __GNUC__ && __GNUC__ >= 2
+2001-07-23 Bruno Haible <haible@clisp.cons.org>
+
+ * msgcomm.c: Assume <limits.h> exists.
+ * msgexec.c: Likewise.
+ * msggrep.c: Likewise.
+ * write-po.c: Likewise.
+
2001-08-02 Bruno Haible <haible@clisp.cons.org>
* gettext.c (usage): Change bug report address to
#include <errno.h>
#include <getopt.h>
+#include <limits.h>
+#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
-#include <locale.h>
-
#include "dir-list.h"
#include "str-list.h"
#include "error.h"
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
+#include <limits.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
# include <unistd.h>
#endif
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
#include "dir-list.h"
#include "error.h"
#include "progname.h"
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
+#include <limits.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
# include <unistd.h>
#endif
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
#include "dir-list.h"
#include "error.h"
#include "progname.h"
#endif
#include <errno.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
#if HAVE_ICONV
# include <iconv.h>
#endif