=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/mandoc/mdoc.h 2009/10/21 19:13:50 1.14 --- src/usr.bin/mandoc/mdoc.h 2009/10/27 21:40:07 1.15 *************** *** 1,4 **** ! /* $Id: mdoc.h,v 1.14 2009/10/21 19:13:50 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mdoc.h,v 1.15 2009/10/27 21:40:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 17,24 **** #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 --- 17,22 ---- *************** *** 149,155 **** #define MDOC__Q 117 #define MDOC_br 118 #define MDOC_sp 119 ! #define MDOC_MAX 120 /* What follows is a list of ALL possible macro arguments. */ --- 147,154 ---- #define MDOC__Q 117 #define MDOC_br 118 #define MDOC_sp 119 ! #define MDOC__U 120 ! #define MDOC_MAX 121 /* What follows is a list of ALL possible macro arguments. */