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

Diff for /src/usr.bin/man/Attic/config.h between version 1.5 and 1.6

version 1.5, 2004/09/15 22:20:03 version 1.6, 2012/02/05 18:51:18
Line 38 
Line 38 
   
         TAILQ_HEAD(tqh, _entry) list;   /* Queue of entries. */          TAILQ_HEAD(tqh, _entry) list;   /* Queue of entries. */
         char *s;                        /* Associated string. */          char *s;                        /* Associated string. */
         size_t len;                     /* Length of 's'. */  
 } TAG;  } TAG;
 typedef struct _entry {  typedef struct _entry {
         TAILQ_ENTRY(_entry) q;          /* Queue of entries. */          TAILQ_ENTRY(_entry) q;          /* Queue of entries. */
   
         char *s;                        /* Associated string. */          char *s;                        /* Associated string. */
         size_t len;                     /* Length of 's'. */  
 } ENTRY;  } ENTRY;
   
 TAILQ_HEAD(_head, _tag);  TAILQ_HEAD(_head, _tag);

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