summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/pdl2texi/main.c')
-rw-r--r--doc/tools/pdl2texi/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tools/pdl2texi/main.c b/doc/tools/pdl2texi/main.c
index 3c52d4871a..25d4ddd2fd 100644
--- a/doc/tools/pdl2texi/main.c
+++ b/doc/tools/pdl2texi/main.c
@@ -87,7 +87,7 @@ extern char *optarg; /* Why is this not in <stdlib.h>? */
#include "base.h"
-FILE *OutFile = stdout;
+FILE *OutFile;
/*************************************************************************
*************************************************************************
@@ -1028,6 +1028,7 @@ int main(
int index;
boolean single_file_mode;
+ OutFile = stdout;
Verbose = FALSE;
Statistics = FALSE;
OutputWord = FALSE;