summaryrefslogtreecommitdiff
path: root/src/libs/libgroff/new.cc
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-11 17:41:59 +0000
committerwlemb <wlemb>2001-04-11 17:41:59 +0000
commitf9ac690187728a64d60be39a86d953a8996d1963 (patch)
tree903cb15c2e6b94239e7f570742d4f1db8cfbffa6 /src/libs/libgroff/new.cc
parent620edff2a2e9827f9ea704a5d4901f1ccf402e06 (diff)
downloadgroff-f9ac690187728a64d60be39a86d953a8996d1963.tar.gz
* 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).
Diffstat (limited to 'src/libs/libgroff/new.cc')
-rw-r--r--src/libs/libgroff/new.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/libgroff/new.cc b/src/libs/libgroff/new.cc
index d26db2f5..8d98591a 100644
--- a/src/libs/libgroff/new.cc
+++ b/src/libs/libgroff/new.cc
@@ -22,6 +22,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <string.h>
#include "posix.h"
+#include "nonposix.h"
extern const char *program_name;