mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
no VLAs
This commit is contained in:
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user