From f8c0611295a680d000a73fd31fe26580fa4b4a75 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 7 Jul 2010 15:04:54 +0000 Subject: 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. --- mdoc_html.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 62f917fd..02d99645 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -30,7 +30,6 @@ #include "mandoc.h" #include "out.h" #include "html.h" -#include "regs.h" #include "mdoc.h" #include "main.h" -- cgit