[BACK]Return to word.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/word.c between version 1.5 and 1.6

version 1.5, 2001/05/24 03:05:28 version 1.6, 2002/02/21 15:27:29
Line 271 
Line 271 
 {  {
         /* can't use lgetc in ISWORD due to bug in OSK cpp */          /* can't use lgetc in ISWORD due to bug in OSK cpp */
         return curwp->w_doto != llength(curwp->w_dotp) &&          return curwp->w_doto != llength(curwp->w_dotp) &&
                 ISWORD(curwp->w_dotp->l_text[curwp->w_doto]);              ISWORD(curwp->w_dotp->l_text[curwp->w_doto]);
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6