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

Diff for /src/usr.bin/less/forwback.c between version 1.3 and 1.4

version 1.3, 2001/01/29 01:58:01 version 1.4, 2001/11/19 19:02:14
Line 114 
Line 114 
  */   */
         public void          public void
 forw(n, pos, force, only_last, nblank)  forw(n, pos, force, only_last, nblank)
         register int n;          int n;
         POSITION pos;          POSITION pos;
         int force;          int force;
         int only_last;          int only_last;
Line 263 
Line 263 
  */   */
         public void          public void
 back(n, pos, force, only_last)  back(n, pos, force, only_last)
         register int n;          int n;
         POSITION pos;          POSITION pos;
         int force;          int force;
         int only_last;          int only_last;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4