summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-07 15:04:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-07 15:04:54 +0000
commitf8c0611295a680d000a73fd31fe26580fa4b4a75 (patch)
treee4b7c328bb59fbbd203bdb3ec68d849b0036f345 /mdoc_term.c
parent4c444b6d0742002389376d67d51070f1b5aedadf (diff)
downloadmandoc-f8c0611295a680d000a73fd31fe26580fa4b4a75.tar.gz
Re-constitution of `ds' symbol processing. First, push the
roff_getstr() family of functions into roff.c with the "first_string" directly in struct roff. Second, pre-process each line for reserved words in libroff, splicing and re-running a line if it has one (this allows defined symbols to be macros). Remove term.c's invocation of the roff_getstrn() function. Removed function documentation in roff.3 and added roff.7 `ds' documentation.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index cb60e5cd..978b317c 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -31,7 +31,6 @@
#include "mandoc.h"
#include "out.h"
#include "term.h"
-#include "regs.h"
#include "mdoc.h"
#include "chars.h"
#include "main.h"