X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6d8e724de2f64116a2d2684fe2f84e4d02b5809b..41d7a5f24d5e69bdf6ce10c012d50b89ce1e3957:/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;