The field 're' only exists if HAVE_REGEX_H is defined (see definition at
authorCorey Kosak <kosak@google.com>
Fri, 22 Jan 2016 22:22:18 +0000 (17:22 -0500)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 26 Jan 2016 05:58:13 +0000 (06:58 +0100)
commit5c19a9f696f52cf2747349967843bd725133e915
tree501a2f8b7fd51de0a4b3447b2aae1f1c254f7753
parentb40a0ef00b49cbc4d828ca2cd928c98dd27834c0
The field 're' only exists if HAVE_REGEX_H is defined (see definition at
line 194). So, consistent with all other usages, this should be protected
with an #if guard.
src/processes.c