[BACK]Return to mdoc_strings.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mdoc_strings.c between version 1.5 and 1.6

version 1.5, 2009/06/15 09:38:37 version 1.6, 2009/06/17 09:41:00
Line 24 
Line 24 
   
 #include "libmdoc.h"  #include "libmdoc.h"
   
 /*  
  * Various string-literal operations:  converting scalars to and from  
  * strings, etc.  
  */  
   
 struct mdoc_secname {  struct mdoc_secname {
         const char      *name;          const char      *name;  /* Name of section. */
         int              flag;          int              flag;
 #define MSECNAME_META   (1 << 0)  #define MSECNAME_META   (1 << 0)/* Logical section (not real). */
 };  };
   
 /* Section names corresponding to mdoc_sec. */  /* Section names corresponding to mdoc_sec. */

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

CVSweb