[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.1.1.2 and 1.1.1.3

version 1.1.1.2, 2003/04/13 18:21:21 version 1.1.1.3, 2011/09/16 17:47:07
Line 1 
Line 1 
 /*  /*
  * Copyright (C) 1984-2002  Mark Nudelman   * Copyright (C) 1984-2011  Mark Nudelman
  *   *
  * You may distribute under the terms of either the GNU General Public   * You may distribute under the terms of either the GNU General Public
  * License or the Less License, as specified in the README file.   * License or the Less License, as specified in the README file.
Line 27 
Line 27 
   
 #define OTYPE           (BOOL|TRIPLE|NUMBER|STRING|NOVAR)  #define OTYPE           (BOOL|TRIPLE|NUMBER|STRING|NOVAR)
   
   #define OLETTER_NONE    '\1'     /* Invalid option letter */
   
 /*  /*
  * Argument to a handling function tells what type of activity:   * Argument to a handling function tells what type of activity:
  */   */
Line 49 
Line 51 
         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 */
   
 struct loption  struct loption
 {  {

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3