=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.43 retrieving revision 1.45 diff -u -p -r1.43 -r1.45 --- mandoc/mdoc.h 2009/03/09 13:04:01 1.43 +++ mandoc/mdoc.h 2009/03/09 14:19:59 1.45 @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.43 2009/03/09 13:04:01 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.45 2009/03/09 14:19:59 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -19,6 +19,8 @@ #ifndef MDOC_H #define MDOC_H +#include + /* * This library implements a validating scanner/parser for ``mdoc'' roff * macro documents, a.k.a. BSD manual page documents. The mdoc.c file @@ -140,7 +142,9 @@ #define MDOC_Lb 106 #define MDOC_Ap 107 #define MDOC_Lp 108 -#define MDOC_MAX 109 +#define MDOC_Lk 109 +#define MDOC_Mt 110 +#define MDOC_MAX 111 /* What follows is a list of ALL possible macro arguments. */