From f9ac690187728a64d60be39a86d953a8996d1963 Mon Sep 17 00:00:00 2001 From: wlemb Date: Wed, 11 Apr 2001 17:41:59 +0000 Subject: * src/include/nonposix.h (fileno) [_MSC_VER]: Removed. * font/devlbp/Makefile.sub (CLEANADD): Set it. * tmac/Makefile.sub (CLEANADD): Add tmac.local-s. * Makefile.in (dist): Don't remove src/xditview/Imakefile, but ... * Makefile.sub (DISTCLEANFILES): Here. * libs/libgroff/new.cc: Include `nonposix.h'. * win32-diffs: Updated. When inside displays, an empty input line warning should be suppressed. If another macro call is put inside a display, all subsequent empty lines found in that display caused a warning to be emitted. (doc-empty-line): Check the `doc-display-depth' register to determine whether we are inside display or not. the only change is that `.Fn' and `.Fc' put a final semicolon after a function declaration in the SYNOPSIS section). --- tmac/doc.tmac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmac/doc.tmac') diff --git a/tmac/doc.tmac b/tmac/doc.tmac index a280a099..815e3d46 100644 --- a/tmac/doc.tmac +++ b/tmac/doc.tmac @@ -6172,7 +6172,7 @@ .\" NS emit warning and print empty line . .de doc-empty-line -. if !"\*[doc-macro-name]"Bd" \ +. if !\n[doc-display-depth] \ . tm mdoc warning: Empty input line #\n[.c] . sp .. -- cgit v1.2.1