* regcomp.c (p_ere): Workaround incorrect compiler warning.

* regerror.c (regatoi): Return non-const string or compiler complains in
certain inexplicable situations.
This commit is contained in:
Christopher Faylor
2010-02-04 21:05:07 +00:00
parent fa40bd922e
commit 6e3f2c626d
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2010-02-04 Christopher Faylor <me+cygwin@cgf.cx>
* regcomp.c (p_ere): Workaround incorrect compiler warning.
* regerror.c (regatoi): Return non-const string or compiler complains
in certain inexplicable situations.
2010-02-04 Corinna Vinschen <corinna@vinschen.de>
* regex/engine.c (step): Declare and define with `int ch' rather than