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

Diff for /mandoc/Attic/argv.c between version 1.19 and 1.20

version 1.19, 2009/01/20 13:05:28 version 1.20, 2009/01/20 13:44:05
Line 25 
Line 25 
   
 #include "private.h"  #include "private.h"
   
   /*
    * Parse arguments and parameters of macros.  Arguments follow the
    * syntax of `-arg [val [valN...]]', while parameters are free-form text
    * following arguments (if any).  This file must correctly handle the
    * strange punctuation rules dictated by groff.
    */
   
 /* FIXME: .It called with -column and quoted arguments. */  /* FIXME: .It called with -column and quoted arguments. */
 /* FIXME: if arguments are quoted, they should not be later parsed for  
  * macros. */  
   
 static  int              lookup(int, const char *);  static  int              lookup(int, const char *);
 static  int              parse(struct mdoc *, int,  static  int              parse(struct mdoc *, int,

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb