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

Diff for /mandoc/mdoc_term.c between version 1.188 and 1.189

version 1.188, 2010/09/26 09:16:02 version 1.189, 2010/09/26 10:00:42
Line 1796  termp_sp_pre(DECL_ARGS)
Line 1796  termp_sp_pre(DECL_ARGS)
 }  }
   
   
   /* ARGSUSED */
 static int  static int
 termp_quote_pre(DECL_ARGS)  termp_quote_pre(DECL_ARGS)
 {  {
Line 1855  termp_quote_pre(DECL_ARGS)
Line 1856  termp_quote_pre(DECL_ARGS)
 }  }
   
   
   /* ARGSUSED */
 static void  static void
 termp_quote_post(DECL_ARGS)  termp_quote_post(DECL_ARGS)
 {  {

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

CVSweb