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

Diff for /mandoc/Attic/macro.c between version 1.55 and 1.56

version 1.55, 2009/02/28 20:13:06 version 1.56, 2009/03/05 12:08:53
Line 31 
Line 31 
  * macro.   * macro.
  */   */
   
   /*
    * FIXME: don't use static mdoc_argv values, as they require us to do a
    * complicated copy-over when actually assigning them to dynamic memory.
    */
   
 #include "private.h"  #include "private.h"
   
 static int        macro_obsolete(MACRO_PROT_ARGS);  static int        macro_obsolete(MACRO_PROT_ARGS);

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb