mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-23 20:29:24 +00:00
singlebyte compile fixes
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_vget.c 1.28 (gritter) 1/20/05";
|
||||
static char sccsid[] = "@(#)ex_vget.c 1.29 (gritter) 2/15/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -576,10 +576,10 @@ static void
|
||||
imacpush(int *ip, int canundo)
|
||||
{
|
||||
char buf[BUFSIZ], *bp = buf;
|
||||
int n;
|
||||
|
||||
#ifdef MB
|
||||
do {
|
||||
int n;
|
||||
n = wctomb(bp, *ip&TRIM);
|
||||
bp += n;
|
||||
} while (*ip++);
|
||||
|
||||
Reference in New Issue
Block a user