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

Diff for /mandoc/roff_int.h between version 1.17 and 1.18

version 1.17, 2020/04/24 12:02:34 version 1.18, 2021/10/04 14:19:14
Line 35  struct roff_man {
Line 35  struct roff_man {
         struct ohash     *mdocmac; /* Mdoc macro lookup table. */          struct ohash     *mdocmac; /* Mdoc macro lookup table. */
         struct ohash     *manmac;  /* Man macro lookup table. */          struct ohash     *manmac;  /* Man macro lookup table. */
         const char       *os_s;    /* Default operating system. */          const char       *os_s;    /* Default operating system. */
           char             *os_r;    /* Operating system name at run time. */
         struct roff_node *last;    /* The last node parsed. */          struct roff_node *last;    /* The last node parsed. */
         struct roff_node *last_es; /* The most recent Es node. */          struct roff_node *last_es; /* The most recent Es node. */
         int               quick;   /* Abort parse early. */          int               quick;   /* Abort parse early. */

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

CVSweb