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

Diff for /mandoc/roff.c between version 1.35 and 1.36

version 1.35, 2008/12/03 19:21:58 version 1.36, 2008/12/04 11:25:29
Line 40 
Line 40 
 /* TODO: (warn) NAME section has particular order. */  /* TODO: (warn) NAME section has particular order. */
 /* TODO: unify empty-content tags a la <br />. */  /* TODO: unify empty-content tags a la <br />. */
 /* TODO: macros with a set number of arguments? */  /* TODO: macros with a set number of arguments? */
   /* TODO: validate Dt macro arguments. */
   
 #define ROFF_MAXARG       32  #define ROFF_MAXARG       32
   
Line 1210  roff_Os(ROFFCALL_ARGS)
Line 1211  roff_Os(ROFFCALL_ARGS)
   
         assert(NULL == tree->last);          assert(NULL == tree->last);
   
         return((*tree->cb.roffhead)(tree->arg));          return((*tree->cb.roffhead)(tree->arg, &tree->tm,
                                   tree->os, tree->title, tree->section,
                                   tree->volume));
 }  }
   
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb