files from last release. ex-050325

This commit is contained in:
2024-10-10 18:04:47 +00:00
parent 0793775912
commit 2c0c217bb6
58 changed files with 7236 additions and 430 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_vget.c 1.31 (gritter) 8/6/05";
static char sccsid[] = "@(#)ex_vget.c 1.29 (gritter) 2/15/05";
#endif
#endif
@@ -406,7 +406,7 @@ int
readecho(int c)
{
register char *sc = cursor;
register int (*OP)(int, int);
register void (*OP)(int);
bool waste;
register int OPeek;