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

Diff for /mandoc/Attic/mdoc_action.c between version 1.10 and 1.11

version 1.10, 2009/06/12 09:18:00 version 1.11, 2009/06/12 12:52:51
Line 538  post_bl_tagwidth(struct mdoc *m)
Line 538  post_bl_tagwidth(struct mdoc *m)
          * width if a macro.           * width if a macro.
          */           */
   
         if ((n = m->last->body->child)) {          n = m->last->body->child;
           if (n) {
                 assert(MDOC_BLOCK == n->type);                  assert(MDOC_BLOCK == n->type);
                 assert(MDOC_It == n->tok);                  assert(MDOC_It == n->tok);
                 n = n->head->child;                  n = n->head->child;

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

CVSweb