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

Diff for /mandoc/term.c between version 1.48 and 1.49

version 1.48, 2009/03/08 20:50:12 version 1.49, 2009/03/08 20:57:35
Line 276  const struct termact __termacts[MDOC_MAX] = {
Line 276  const struct termact __termacts[MDOC_MAX] = {
         { termp_ud_pre, NULL }, /* Ud */          { termp_ud_pre, NULL }, /* Ud */
         { termp_lb_pre, termp_lb_post }, /* Lb */          { termp_lb_pre, termp_lb_post }, /* Lb */
         { termp_ap_pre, NULL }, /* Lb */          { termp_ap_pre, NULL }, /* Lb */
           { termp_pp_pre, NULL }, /* Pp */
 };  };
   
 const struct termact *termacts = __termacts;  const struct termact *termacts = __termacts;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb