From fc560c515dc97bd36329ee99e655bd3e30c705da Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 1 May 2022 16:22:06 +0000 Subject: Split a new function roff_parse_comment() out of roff_expand() because this functionality is not needed when called from roff_getarg(). This makes the long and complicated function roff_expand() significantly shorter, and also simpler in so far as it no longer needs to return ROFF_APPEND. No functional change intended. --- regress/roff/esc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/roff/esc/Makefile') diff --git a/regress/roff/esc/Makefile b/regress/roff/esc/Makefile index f00aa4d3..111e59bc 100644 --- a/regress/roff/esc/Makefile +++ b/regress/roff/esc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2022/04/27 13:30:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.20 2022/05/01 16:18:59 schwarze Exp $ -REGRESS_TARGETS = one two multi +REGRESS_TARGETS = one two multi comment REGRESS_TARGETS += B bs_man bs_mdoc c c_man E1 e f h hneg l O1 o p w z REGRESS_TARGETS += ignore invalid unsupp HTML_TARGETS = f -LINT_TARGETS = B h l O1 w ignore invalid unsupp +LINT_TARGETS = comment B h l O1 w ignore invalid unsupp # mandoc defect: # - \h with a negative argument replaces output characters -- cgit v1.2.3-56-ge451