Fix violation of <stdbool.h> replacement in regex.
authorEric Blake <ebb9@byu.net>
Thu, 15 May 2008 20:51:43 +0000 (14:51 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 15 May 2008 20:51:43 +0000 (14:51 -0600)
commit51118d1a281275059221db204fc0fa39ed5ccc50
tree84057723ad58532e423ea4bb495e0751b1d0a4b8
parent39fc05fb065833938aad7ab0285f017e616a60f2
Fix violation of <stdbool.h> replacement in regex.

* lib/regexec.c (re_search_internal): Avoid implicit cast to bool.
Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/regexec.c