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

Diff for /mandoc/tree.c between version 1.75 and 1.76

version 1.75, 2017/07/05 15:03:27 version 1.76, 2017/07/07 19:39:30
Line 313  print_box(const struct eqn_box *ep, int indent)
Line 313  print_box(const struct eqn_box *ep, int indent)
   
         t = NULL;          t = NULL;
         switch (ep->type) {          switch (ep->type) {
         case EQN_ROOT:  
                 t = "eqn-root";  
                 break;  
         case EQN_LIST:          case EQN_LIST:
                 t = "eqn-list";                  t = "eqn-list";
                 break;                  break;

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb