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

Diff for /mandoc/libmdoc.h between version 1.114 and 1.116

version 1.114, 2018/12/04 02:53:51 version 1.116, 2018/12/30 00:49:54
Line 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
   struct  roff_node;
   struct  roff_man;
   struct  mdoc_arg;
   
 #define MACRO_PROT_ARGS struct roff_man *mdoc, \  #define MACRO_PROT_ARGS struct roff_man *mdoc, \
                         enum roff_tok tok, \                          enum roff_tok tok, \
                         int line, \                          int line, \
Line 38  enum margserr {
Line 42  enum margserr {
         ARGS_ERROR,          ARGS_ERROR,
         ARGS_EOLN, /* end-of-line */          ARGS_EOLN, /* end-of-line */
         ARGS_WORD, /* normal word */          ARGS_WORD, /* normal word */
           ARGS_ALLOC, /* normal word from roff_getarg() */
         ARGS_PUNCT, /* series of punctuation */          ARGS_PUNCT, /* series of punctuation */
         ARGS_PHRASE /* Bl -column phrase */          ARGS_PHRASE /* Bl -column phrase */
 };  };

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.116

CVSweb