[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)
commitc2f78d65241d3711416d2e79d1018dd7aa1bb385
treecdfb88836db1e21301f3a906520498d92c799882
parenta703e558b87da55a88f62692f11fb361042ceb4d
[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