[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
authorJim Meyering <jim@meyering.net>
Fri, 28 Apr 2000 16:49:38 +0000 (16:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Apr 2000 16:49:38 +0000 (16:49 +0000)
commit8b37ad9c5b946591675c6314b25a620d8e8cb1fc
treea0241500691cbe1f923fea636c6d035fa6132b5d
parentc249f854de47fe05a4b6e6a5b2bb5c2532d6cdc8
[HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
redefinition warning on some systems (HPUX).  Otherwise, regex.h is
included first, then limits.h is included by locale.h by libintl.h.
From John David Anglin.
lib/rpmatch.c