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

Diff for /mandoc/man_term.c between version 1.77 and 1.81

version 1.77, 2010/06/25 18:53:14 version 1.81, 2010/07/22 13:36:25
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 252  static int
Line 252  static int
 pre_fi(DECL_ARGS)  pre_fi(DECL_ARGS)
 {  {
   
           term_newln(p);
         mt->fl &= ~MANT_LITERAL;          mt->fl &= ~MANT_LITERAL;
         return(1);          return(1);
 }  }
Line 262  static int
Line 263  static int
 pre_nf(DECL_ARGS)  pre_nf(DECL_ARGS)
 {  {
   
           term_newln(p);
         mt->fl |= MANT_LITERAL;          mt->fl |= MANT_LITERAL;
         return(MAN_Vb != n->tok);          return(MAN_Vb != n->tok);
 }  }

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.81

CVSweb