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

Diff for /mandoc/Attic/argv.c between version 1.17 and 1.18

version 1.17, 2009/01/19 17:02:58 version 1.18, 2009/01/20 12:51:28
Line 25 
Line 25 
   
 #include "private.h"  #include "private.h"
   
   
 /* 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.17  
changed lines
  Added in v.1.18

CVSweb