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

Diff for /src/usr.bin/less/optfunc.c between version 1.17 and 1.18

version 1.17, 2018/03/17 13:29:12 version 1.18, 2021/10/09 15:27:18
Line 420 
Line 420 
                 putstr("to the extent permitted by law.\n");                  putstr("to the extent permitted by law.\n");
                 putstr("For information about the terms of redistribution,\n");                  putstr("For information about the terms of redistribution,\n");
                 putstr("see the file named README in the less distribution.\n");                  putstr("see the file named README in the less distribution.\n");
                 putstr("Homepage: http://www.greenwoodsoftware.com/less\n");                  putstr("Homepage: https://www.greenwoodsoftware.com/less\n");
                 putstr("\n");                  putstr("\n");
                 quit(QUIT_OK);                  quit(QUIT_OK);
                 break;                  break;
Line 436 
Line 436 
         extern int tabstops[];          extern int tabstops[];
         extern int ntabstops;          extern int ntabstops;
         extern int tabdefault;          extern int tabdefault;
         char tabs[60+(4*TABSTOP_MAX)];          char tabs[60 + 11 * TABSTOP_MAX];
         int i;          int i;
         PARG p;          PARG p;
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18