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

Diff for /mandoc/libmdoc.h between version 1.44 and 1.45

version 1.44, 2010/05/14 17:31:25 version 1.45, 2010/05/15 04:47:38
Line 32  struct mdoc {
Line 32  struct mdoc {
 #define MDOC_LITERAL     (1 << 1) /* in a literal scope */  #define MDOC_LITERAL     (1 << 1) /* in a literal scope */
 #define MDOC_PBODY       (1 << 2) /* in the document body */  #define MDOC_PBODY       (1 << 2) /* in the document body */
 #define MDOC_NEWLINE     (1 << 3) /* first macro/text in a line */  #define MDOC_NEWLINE     (1 << 3) /* first macro/text in a line */
 #define MDOC_PHRASELIT   (1 << 4) /* in a literal within a phrase */  #define MDOC_PHRASELIT   (1 << 4) /* literal within a partila phrase */
   #define MDOC_PPHRASE     (1 << 5) /* within a partial phrase */
         int               pflags;          int               pflags;
         enum mdoc_next    next;          enum mdoc_next    next;
         struct mdoc_node *last;          struct mdoc_node *last;
Line 189  enum margserr   mdoc_zargs(struct mdoc *, int, 
Line 190  enum margserr   mdoc_zargs(struct mdoc *, int, 
 #define ARGS_DELIM      (1 << 1)  #define ARGS_DELIM      (1 << 1)
 #define ARGS_TABSEP     (1 << 2)  #define ARGS_TABSEP     (1 << 2)
 #define ARGS_NOWARN     (1 << 3)  #define ARGS_NOWARN     (1 << 3)
 #define ARGS_PPHRASED   (1 << 4)  
   
 int               mdoc_macroend(struct mdoc *);  int               mdoc_macroend(struct mdoc *);
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb