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

Diff for /src/usr.bin/less/prompt.c between version 1.4 and 1.5

version 1.4, 2001/01/29 01:58:03 version 1.5, 2001/11/19 19:02:14
Line 287 
Line 287 
  */   */
         static char *          static char *
 skipcond(p)  skipcond(p)
         register char *p;          char *p;
 {  {
         register int iflevel;          int iflevel;
   
         /*          /*
          * We came in here after processing a ? or :,           * We came in here after processing a ? or :,
Line 369 
Line 369 
         char *proto;          char *proto;
         int maxwidth;          int maxwidth;
 {  {
         register char *p;          char *p;
         register int c;          int c;
         int where;          int where;
   
         mp = message;          mp = message;

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