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.
This commit is contained in:
Joel Sherrill
1999-10-01 17:44:06 +00:00
parent a25f7028cb
commit ed11cadf05
76 changed files with 283 additions and 182 deletions

View File

@@ -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;