summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:13:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-22 10:13:01 +0000
commit441a2e92cef95b705a7920e5813fb53385d1e938 (patch)
tree761d5beefc781235ec3cc4eb9ba5e4df8e49cdd7 /chars.c
parentf30e8fb2dd85bbd46b1692eb854cc98984c689e6 (diff)
downloadmandoc-441a2e92cef95b705a7920e5813fb53385d1e938.tar.gz
Step 4: merge chars.h into out.h. The functions in this file are
necessary to all [real] front-ends, so stop pretending it's special. While here, add some documentation to the variable types.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index 270d4f50..bd1edf6c 100644
--- a/chars.c
+++ b/chars.c
@@ -25,7 +25,7 @@
#include <string.h>
#include "mandoc.h"
-#include "chars.h"
+#include "out.h"
#define PRINT_HI 126
#define PRINT_LO 32