]> Savannah Git Hosting - gnulib.git/commit
regex: port better to Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Apr 2017 19:43:20 +0000 (12:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Apr 2017 19:43:49 +0000 (12:43 -0700)
commit469b0d23f2533aff2c5f898ff557091948156d39
tree589a30ec88678fd8e2a7e74552dc6e152a803df0
parent68c797a7322a428b149be38dacc0d8200261d2f4
regex: port better to Solaris 10

Solaris 10 <locale.h> includes <libintl.h>, which #defines
gettext, and this causes a double #define.
Problem reported by Gavin Smith in:
http://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00056.html
* lib/regex_internal.h (gettext): #undef before #defining.
ChangeLog
lib/regex_internal.h