summaryrefslogtreecommitdiffstats
path: root/doc/tools/bmenu/main.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
commited11cadf052ee8886af0a11e9e72f3c09443f6af (patch)
tree86527bfc8fc7fc02aa8b32c268a79cfa201808cb /doc/tools/bmenu/main.c
parentClarified catch and disable per suggestion from Chris Johns <ccj@acm.org>. (diff)
downloadrtems-ed11cadf052ee8886af0a11e9e72f3c09443f6af.tar.bz2
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.
Diffstat (limited to 'doc/tools/bmenu/main.c')
-rw-r--r--doc/tools/bmenu/main.c3
1 files changed, 2 insertions, 1 deletions
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 <stdlib.h>? */
#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;