From ed11cadf052ee8886af0a11e9e72f3c09443f6af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Oct 1999 17:44:06 +0000 Subject: Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included. --- doc/tools/bmenu/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/tools/bmenu') diff --git a/doc/tools/bmenu/main.c b/doc/tools/bmenu/main.c index e0a5dc6ebd..279fb4c27c 100644 --- a/doc/tools/bmenu/main.c +++ b/doc/tools/bmenu/main.c @@ -46,7 +46,7 @@ extern char *optarg; /* Why is this not in ? */ #include "base.h" -FILE *OutFile = stdout; +FILE *OutFile; /************************************************************************* ************************************************************************* @@ -429,6 +429,7 @@ int main( int index; boolean single_file_mode; + OutFile = stdout; Verbose = FALSE; DocsNextNode = EmptyString; DocsPreviousNode = TopString; -- cgit v1.2.3