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

Diff for /mandoc/Attic/private.h between version 1.45 and 1.46

version 1.45, 2008/12/28 00:34:20 version 1.46, 2008/12/28 21:25:09
Line 37  struct mdoc_macro {
Line 37  struct mdoc_macro {
         int       flags;          int       flags;
 #define MDOC_CALLABLE   (1 << 0)  #define MDOC_CALLABLE   (1 << 0)
 #define MDOC_EXPLICIT   (1 << 1)  #define MDOC_EXPLICIT   (1 << 1)
   #define MDOC_PPOST      (1 << 2) /* Linescope: punctuation post-line. */
 };  };
   
 extern  const struct mdoc_macro *const mdoc_macros;  extern  const struct mdoc_macro *const mdoc_macros;
Line 96  char    *xstrdup(const char *);
Line 97  char    *xstrdup(const char *);
 int               macro_text(MACRO_PROT_ARGS);  int               macro_text(MACRO_PROT_ARGS);
 int               macro_scoped_implicit(MACRO_PROT_ARGS);  int               macro_scoped_implicit(MACRO_PROT_ARGS);
 int               macro_scoped_explicit(MACRO_PROT_ARGS);  int               macro_scoped_explicit(MACRO_PROT_ARGS);
   int               macro_scoped_line(MACRO_PROT_ARGS);
   int               macro_scoped_pline(MACRO_PROT_ARGS);
 int               macro_prologue_ddate(MACRO_PROT_ARGS);  int               macro_prologue_ddate(MACRO_PROT_ARGS);
 int               macro_prologue_dtitle(MACRO_PROT_ARGS);  int               macro_prologue_dtitle(MACRO_PROT_ARGS);
 int               macro_prologue_os(MACRO_PROT_ARGS);  int               macro_prologue_os(MACRO_PROT_ARGS);

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

CVSweb