]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
Remove the ENDBODY_NOSPACE flag, simplifying the code.
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index 8cc8a778a690403e0b09caae50b337b1204e1d35..5295950b09b613f63cc62b544c1d756068aed38f 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/*     $Id: lib.c,v 1.10 2014/03/23 11:25:26 schwarze Exp $ */
+/*     $Id: lib.c,v 1.13 2015/10/06 18:32:19 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
  * 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"
 #include "config.h"
-#endif
+
+#include <sys/types.h>
 
 #include <string.h>
 
 
 #include <string.h>
 
+#include "roff.h"
 #include "mdoc.h"
 #include "libmdoc.h"
 
 #include "mdoc.h"
 #include "libmdoc.h"
 
@@ -32,5 +33,5 @@ mdoc_a2lib(const char *p)
 
 #include "lib.in"
 
 
 #include "lib.in"
 
-       return(NULL);
+       return NULL;
 }
 }