* lib/regex_internal.h (SIZE_MAX): Remove; stdint.h supplies this now.
+2012-02-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex: rely on stdint.h for SIZE_MAX
+ * lib/regex_internal.h (SIZE_MAX): Remove; stdint.h supplies this now.
+
2012-02-07 Paul Eggert <eggert@cs.ucla.edu>
regex: merge glibc changes
# define gettext_noop(String) String
#endif
-/* For loser systems without the definition. */
-#ifndef SIZE_MAX
-# define SIZE_MAX ((size_t) -1)
-#endif
-
#if (defined MB_CUR_MAX && HAVE_WCTYPE_H && HAVE_ISWCTYPE && HAVE_WCSCOLL) || _LIBC
# define RE_ENABLE_I18N
#endif