diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-06-29 18:53:55 +0000 | 
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-06-29 18:53:55 +0000 | 
| commit | 6b709b74ae2ff7497e0e7b860dbc300bc61bf315 (patch) | |
| tree | b79281e5e74eca68798525cc74ccf5b5398c4663 /lib/libc/regex/regcomp.c | |
| parent | 8bea8d9daaad60193e32e26db076f00b430301c1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex/regcomp.c')
| -rw-r--r-- | lib/libc/regex/regcomp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index f71d63c4634c0..bb8f67748a163 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -246,6 +246,8 @@ int cflags;  	g->nbol = 0;  	g->neol = 0;  	g->must = NULL; +	g->charjump = NULL; +	g->matchjump = NULL;  	g->mlen = 0;  	g->nsub = 0;  	g->ncategories = 1;	/* category 0 is "everything else" */  | 
