* environ.cc (environ_init): Avoid a compiler warning.

* path.cc (path_conv::check): Ditto.
* path.h (path_conv::operator int): Ditto.
* regex/engine.c: Ditto throughout.
* regex/regcomp.c: Ditto throughout.
* regex/regexec.c: Ditto throughout.
This commit is contained in:
Christopher Faylor
2002-09-30 02:51:22 +00:00
parent 79ed43004f
commit 9d1e72a175
10 changed files with 24 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ regmatch_t pmatch[];
int eflags;
{
register char *endp;
register int i;
register size_t i;
struct match mv;
register struct match *m = &mv;
register char *dp;