4.3BSD-UWisc/src/ucb/ex/ex_cmds2.c.diff
diff ./ex_cmds2.c /usr/src/ucb/ex/ex_cmds2.c
1,2c1,2
< /* Copyright (c) 1980 Regents of the University of California */
< static char *sccsid = "@(#)ex_cmds2.c 6.1 10/18/80";
---
> /* Copyright (c) 1981 Regents of the University of California */
> static char *sccsid = "@(#)ex_cmds2.c 7.2 6/10/83";
9,10c9,10
< bool pflag, nflag;
< int poffset;
---
> extern bool pflag, nflag; /* mjm: extern; also in ex_cmds.c */
> extern int poffset; /* mjm: extern; also in ex_cmds.c */
111,117d110
< if (laste) {
< #ifdef VMUNIX
< tlaste();
< #endif
< laste = 0;
< sync();
< }
523,524c516
< if(state != VISUAL || !value(FASTFG))
< vclrech(1);
---
> vclrech(1);