]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.c
Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.
[mandoc.git] / mandoc.c
index ad370358a9a28fabae62f31e1a3d83b51128b516..1179c09b3636f056c439f28b8ca3b3a2858f6d1e 100644 (file)
--- a/mandoc.c
+++ b/mandoc.c
@@ -1,4 +1,4 @@
-/*     $Id: mandoc.c,v 1.96 2015/10/13 23:30:50 schwarze Exp $ */
+/*     $Id: mandoc.c,v 1.97 2015/10/15 23:35:55 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -32,8 +32,6 @@
 #include "mandoc_aux.h"
 #include "libmandoc.h"
 
-#define DATESIZE 32
-
 static int      a2time(time_t *, const char *, const char *);
 static char    *time2a(time_t);