* lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jan 2007 00:37:14 +0000 (00:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jan 2007 00:37:14 +0000 (00:37 +0000)
commitad4315554e6ee2cf0aa2e26ae498cb7fe05982a4
treeab33781bcdd099e11d98087a034136d84e9f9e51
parent3a3cb4aaae959d46bdb759820690d9f9e39fb3fe
* lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
a circularity problem with HP-UX ia64 reported by Bob Proulx in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
All uses changed.
(_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
All uses changed.
* lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
to _Restrict_.
* lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
the parameter matches the prototype.
ChangeLog
lib/regcomp.c
lib/regex.h
lib/regexec.c