X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/73aca81b50073109b137bba659d38af11d7194ac..e97bd37b6c4e291467ca0d2f627deb1fa66fb79e:/lib.c diff --git a/lib.c b/lib.c index 31aa06fd..0474924d 100644 --- a/lib.c +++ b/lib.c @@ -1,6 +1,6 @@ -/* $Id: lib.c,v 1.6 2010/01/01 17:14:27 kristaps Exp $ */ +/* $Id: lib.c,v 1.14 2017/06/24 14:38:32 schwarze Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -14,14 +14,15 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#include +#include + #include -#include +#include "mandoc.h" +#include "roff.h" +#include "mdoc.h" #include "libmdoc.h" #define LINE(x, y) \ @@ -33,5 +34,5 @@ mdoc_a2lib(const char *p) #include "lib.in" - return(NULL); + return NULL; }