Hi tech --

In cmode.c, line 455 has slashp=FALSE, but then it is defined again about 12 lines later, also to slashp=FALSE. It doesn't look like we need to do that twice.

I removed the first one, because the second one has a comment about it.

OK?

~Brian

Index: cmode.c
===================================================================
RCS file: /cvs/src/usr.bin/mg/cmode.c,v
retrieving revision 1.8
diff -u -p -r1.8 cmode.c
--- cmode.c    18 May 2012 02:13:44 -0000    1.8
+++ cmode.c    30 Mar 2014 17:04:29 -0000
@@ -452,7 +452,6 @@ findnonblank(struct line *lp)

     while (lback(lp) != curbp->b_headp && (commentp || !nonblankp)) {
         lp = lback(lp);
-        slashp = FALSE;
         astp = FALSE;

         /* Potential nonblank? */

Reply via email to