mirror of https://github.com/tildeclub/ex-vi.git
no VLAs
This commit is contained in:
parent
412a50455a
commit
a2e6b9bf06
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.52 (gritter) 2/20/05";
|
static char sccsid[] = "@(#)ex_re.c 1.53 (gritter) 2/20/05";
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -744,7 +744,7 @@ dosub(void)
|
||||||
}
|
}
|
||||||
#ifdef MB
|
#ifdef MB
|
||||||
if (mb_cur_max > 1) {
|
if (mb_cur_max > 1) {
|
||||||
char mb[MB_CUR_MAX+1];
|
char mb[MB_LEN_MAX+1];
|
||||||
int i, m;
|
int i, m;
|
||||||
if (casecnt)
|
if (casecnt)
|
||||||
c = fixcase(c & TRIM);
|
c = fixcase(c & TRIM);
|
||||||
|
|
Loading…
Reference in New Issue