#include "print.h"
#include "print_graph.h"
#include "print-xml.h"
+#include <quote.h>
#include "reader.h"
#include "reduce.h"
#include "scan-code.h"
#include "uniqstr.h"
-
int
main (int argc, char *argv[])
{
(void) bindtextdomain ("bison-runtime", LOCALEDIR);
(void) textdomain (PACKAGE);
+ {
+ char const *cp = getenv ("LC_CTYPE");
+ if (cp && !strcmp (cp, "C"))
+ set_custom_quoting ("e_quoting_options, "'", "'");
+ else
+ set_quoting_style ("e_quoting_options, locale_quoting_style);
+ }
+
atexit (close_stdout);
uniqstrs_new ();