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

Diff for /mandoc/mdoc_argv.c between version 1.88 and 1.91

version 1.88, 2013/12/22 14:06:36 version 1.91, 2014/03/30 19:47:48
Line 28 
Line 28 
   
 #include "mdoc.h"  #include "mdoc.h"
 #include "mandoc.h"  #include "mandoc.h"
   #include "mandoc_aux.h"
 #include "libmdoc.h"  #include "libmdoc.h"
 #include "libmandoc.h"  #include "libmandoc.h"
   
Line 266  static const struct mdocarg mdocargs[MDOC_MAX] = {
Line 267  static const struct mdocarg mdocargs[MDOC_MAX] = {
         { ARGSFL_NONE, NULL }, /* sp */          { ARGSFL_NONE, NULL }, /* sp */
         { ARGSFL_NONE, NULL }, /* %U */          { ARGSFL_NONE, NULL }, /* %U */
         { ARGSFL_NONE, NULL }, /* Ta */          { ARGSFL_NONE, NULL }, /* Ta */
           { ARGSFL_NONE, NULL }, /* ll */
 };  };
   
   
Line 536  args(struct mdoc *mdoc, int line, int *pos, 
Line 538  args(struct mdoc *mdoc, int line, int *pos, 
                         /* Skip ahead. */ ;                          /* Skip ahead. */ ;
   
                 return(rc);                  return(rc);
         }          }
   
         /*          /*
          * Process a quoted literal.  A quote begins with a double-quote           * Process a quoted literal.  A quote begins with a double-quote
          * and ends with a double-quote NOT preceded by a double-quote.           * and ends with a double-quote NOT preceded by a double-quote.
          * Null-terminate the literal in place.           * NUL-terminate the literal in place.
          * Collapse pairs of quotes inside quoted literals.           * Collapse pairs of quotes inside quoted literals.
          * Whitespace is NOT involved in literal termination.           * Whitespace is NOT involved in literal termination.
          */           */

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.91

CVSweb