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

Diff for /mandoc/Attic/argv.c between version 1.3 and 1.4

version 1.3, 2008/12/30 13:43:53 version 1.4, 2008/12/30 19:06:03
Line 98  mdoc_args(struct mdoc *mdoc, int tok, int *pos, char *
Line 98  mdoc_args(struct mdoc *mdoc, int tok, int *pos, char *
         /*          /*
          * If we're a quoted string (and quoted strings are allowed),           * If we're a quoted string (and quoted strings are allowed),
          * then parse ahead to the next quote.  If none's found, it's an           * then parse ahead to the next quote.  If none's found, it's an
          * error.  After, parse to the next word.  We're not allowed to           * error.  After, parse to the next word.
          * also be DELIM requests (for now).  
          */           */
         assert( ! (fl & ARGS_DELIM));  
   
         *v = &buf[++(*pos)];          *v = &buf[++(*pos)];
   

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

CVSweb