summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mandoc.c2
-rw-r--r--roff.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/mandoc.c b/mandoc.c
index 275575cb..c4b5f83b 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -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);
diff --git a/roff.c b/roff.c
index 2dd51432..5fdd66c1 100644
--- a/roff.c
+++ b/roff.c
@@ -33,9 +33,6 @@
#include "roff_int.h"
#include "libroff.h"
-/* Maximum number of nested if-else conditionals. */
-#define RSTACK_MAX 128
-
/* Maximum number of string expansions per line, to break infinite loops. */
#define EXPAND_LIMIT 1000