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

Diff for /mandoc/Attic/argv.c between version 1.26 and 1.27

version 1.26, 2009/01/22 14:56:21 version 1.27, 2009/02/23 12:45:19
Line 26 
Line 26 
 #include "private.h"  #include "private.h"
   
 /*  /*
  * Parse arguments and parameters of macros.  Arguments follow the   * Routines to parse arguments of macros.  Arguments follow the syntax
  * syntax of `-arg [val [valN...]]', while parameters are free-form text   * of `-arg [val [valN...]]'.  Arguments come in all types:  quoted
  * following arguments (if any).  This file must correctly handle the   * arguments, multiple arguments per value, no-value arguments, etc.
  * strange punctuation rules dictated by groff.  
  */   */
   
 #define ARGS_QUOTED     (1 << 0)  #define ARGS_QUOTED     (1 << 0)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb