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

Diff for /mandoc/roff.c between version 1.67 and 1.68

version 1.67, 2010/05/15 18:35:14 version 1.68, 2010/05/15 18:43:59
Line 157  static void
Line 157  static void
 roff_alloc1(struct roff *r)  roff_alloc1(struct roff *r)
 {  {
   
         memset(r, 0, sizeof(struct roff));          /* Do nothing for now. */
 }  }
   
   
Line 301  static enum rofferr
Line 301  static enum rofferr
 roff_new_close(ROFF_ARGS)  roff_new_close(ROFF_ARGS)
 {  {
   
           /*
         if ( ! (*r->msg)(MANDOCERR_NOSCOPE, r->data, ln, ppos, NULL))          if ( ! (*r->msg)(MANDOCERR_NOSCOPE, r->data, ln, ppos, NULL))
                 return(ROFF_ERR);                  return(ROFF_ERR);
         return(ROFF_IGN);          */
           return(ROFF_CONT);
 }  }
   
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb