X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f16b08196c780556cbf50691e2944960aebc46f6..0f1d6f10d76a4510cc179ee0bce7a2fd18019069:/src/files.h diff --git a/src/files.h b/src/files.h index ea1a9146..3a72193b 100644 --- a/src/files.h +++ b/src/files.h @@ -41,6 +41,9 @@ extern char *spec_verbose_file; /* File name specified for the output graph. */ extern char *spec_graph_file; +/* File name specified for the xml output. */ +extern char *spec_xml_file; + /* File name specified with --defines. */ extern char *spec_defines_file;