#include <c-strcase.h>
#include <configmake.h>
#include <error.h>
+#include <quotearg.h>
/* Hack to get <getopt.h> to declare getopt with a prototype. */
#if lint && ! defined __GNU_LIBRARY__
#include "complain.h"
#include "files.h"
#include "getargs.h"
+#include "muscle_tab.h"
#include "uniqstr.h"
bool debug_flag;
}
current_file = grammar_file = uniqstr_new (argv[optind]);
+ MUSCLE_INSERT_C_STRING ("file_name", grammar_file);
}