mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
have log[12] as explicit variables
This commit is contained in:
4
ex_re.c
4
ex_re.c
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#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
|
||||
|
||||
@@ -88,6 +88,8 @@ static char sccsid[] = "@(#)ex_re.c 1.48 (gritter) 2/19/05";
|
||||
|
||||
char *braslist[NBRA];
|
||||
char *braelist[NBRA];
|
||||
char *loc1;
|
||||
char *loc2;
|
||||
|
||||
#else /* !UXRE */
|
||||
static int regerrno;
|
||||
|
||||
Reference in New Issue
Block a user