mirror of https://github.com/tildeclub/ex-vi.git
have log[12] as explicit variables
This commit is contained in:
parent
6a6d9e4069
commit
12f5e52169
4
ex_re.c
4
ex_re.c
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
#ifdef DOSCCS
|
#ifdef DOSCCS
|
||||||
static char sccsid[] = "@(#)ex_re.c 1.48 (gritter) 2/19/05";
|
static char sccsid[] = "@(#)ex_re.c 1.49 (gritter) 2/19/05";
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -88,6 +88,8 @@ static char sccsid[] = "@(#)ex_re.c 1.48 (gritter) 2/19/05";
|
||||||
|
|
||||||
char *braslist[NBRA];
|
char *braslist[NBRA];
|
||||||
char *braelist[NBRA];
|
char *braelist[NBRA];
|
||||||
|
char *loc1;
|
||||||
|
char *loc2;
|
||||||
|
|
||||||
#else /* !UXRE */
|
#else /* !UXRE */
|
||||||
static int regerrno;
|
static int regerrno;
|
||||||
|
|
Loading…
Reference in New Issue