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

Diff for /mandoc/mdoc_macro.c between version 1.4 and 1.5

version 1.4, 2009/03/27 14:56:15 version 1.5, 2009/03/31 13:50:19
Line 24 
Line 24 
   
 #include "libmdoc.h"  #include "libmdoc.h"
   
 /*  
  * This has scanning/parsing routines, each of which extract a macro and  
  * its arguments and parameters, then know how to progress to the next  
  * macro.  
  */  
   
 /* FIXME: .Fl, .Ar, .Cd handling of `|'. */  /* FIXME: .Fl, .Ar, .Cd handling of `|'. */
   
 enum    mwarn {  enum    mwarn {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb