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

Diff for /src/usr.bin/less/option.h between version 1.9 and 1.10

version 1.9, 2015/11/23 09:23:08 version 1.10, 2016/09/17 15:06:41
Line 49 
Line 49 
   
 struct optname {  struct optname {
         char *oname;            /* Long (GNU-style) option name */          char *oname;            /* Long (GNU-style) option name */
         struct optname *onext;  /* List of synonymous option names */          struct optname *onext;  /* List of synonymous option names */
 };  };
   
 #define OPTNAME_MAX     32      /* Max length of long option name */  #define OPTNAME_MAX     32      /* Max length of long option name */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10