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

Diff for /mandoc/man_macro.c between version 1.47 and 1.49

version 1.47, 2010/06/19 20:46:28 version 1.49, 2010/07/22 23:03:15
Line 83  const struct man_macro __man_macros[MAN_MAX] = {
Line 83  const struct man_macro __man_macros[MAN_MAX] = {
         { in_line_eoln, 0 }, /* Vb */          { in_line_eoln, 0 }, /* Vb */
         { in_line_eoln, 0 }, /* Ve */          { in_line_eoln, 0 }, /* Ve */
         { in_line_eoln, 0 }, /* AT */          { in_line_eoln, 0 }, /* AT */
           { in_line_eoln, 0 }, /* in */
 };  };
   
 const   struct man_macro * const man_macros = __man_macros;  const   struct man_macro * const man_macros = __man_macros;
Line 290  blk_close(MACRO_PROT_ARGS)
Line 291  blk_close(MACRO_PROT_ARGS)
 }  }
   
   
   /* ARGSUSED */
 int  int
 blk_exp(MACRO_PROT_ARGS)  blk_exp(MACRO_PROT_ARGS)
 {  {
Line 341  blk_exp(MACRO_PROT_ARGS)
Line 343  blk_exp(MACRO_PROT_ARGS)
  * scopes, such as `SH' closing out an `SS', are defined in the rew   * scopes, such as `SH' closing out an `SS', are defined in the rew
  * routines.   * routines.
  */   */
   /* ARGSUSED */
 int  int
 blk_imp(MACRO_PROT_ARGS)  blk_imp(MACRO_PROT_ARGS)
 {  {
Line 398  blk_imp(MACRO_PROT_ARGS)
Line 401  blk_imp(MACRO_PROT_ARGS)
 }  }
   
   
   /* ARGSUSED */
 int  int
 in_line_eoln(MACRO_PROT_ARGS)  in_line_eoln(MACRO_PROT_ARGS)
 {  {

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

CVSweb